[Phpfreechat-svn] SF.net SVN: phpfreechat: [532] trunk/src/pfccommand.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-05-28 18:55:50
|
Revision: 532 Author: kerphi Date: 2006-05-28 11:55:40 -0700 (Sun, 28 May 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=532&view=rev Log Message: ----------- add a todo comment Modified Paths: -------------- trunk/src/pfccommand.class.php Modified: trunk/src/pfccommand.class.php =================================================================== --- trunk/src/pfccommand.class.php 2006-05-28 18:54:30 UTC (rev 531) +++ trunk/src/pfccommand.class.php 2006-05-28 18:55:40 UTC (rev 532) @@ -77,6 +77,7 @@ $cmd->name = $cmd_name; // instanciate the proxy chains + // @todo instanciate the whole chain (from the 'proxys' parameter array) $proxy = NULL; $proxy_name = strtolower($c->proxys[0]); $proxy_classname = "pfcProxyCommand_" . $proxy_name; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |