[Phpfreechat-svn] SF.net SVN: phpfreechat: [527] trunk/src/phpfreechat.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-05-28 17:09:04
|
Revision: 527 Author: kerphi Date: 2006-05-28 10:08:53 -0700 (Sun, 28 May 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=527&view=rev Log Message: ----------- remove useless code Modified Paths: -------------- trunk/src/phpfreechat.class.php Modified: trunk/src/phpfreechat.class.php =================================================================== --- trunk/src/phpfreechat.class.php 2006-05-28 17:08:25 UTC (rev 526) +++ trunk/src/phpfreechat.class.php 2006-05-28 17:08:53 UTC (rev 527) @@ -385,7 +385,7 @@ if ($cmdtmp != NULL) { // store the new cmdtoplay list (-1 item) - $cmdtoplay = $container->setMeta(serialize($cmdtoplay), "cmdtoplay", "nickname", $nickid); + $container->setMeta(serialize($cmdtoplay), "cmdtoplay", "nickname", $nickid); // play the command $cmd =& pfcCommand::Factory($cmdtmp[0]); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |