[Phpfreechat-svn] SF.net SVN: phpfreechat: [664] trunk/src/commands/nick.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-01 19:06:52
|
Revision: 664 Author: kerphi Date: 2006-08-01 12:06:23 -0700 (Tue, 01 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=664&view=rev Log Message: ----------- remove the trace Modified Paths: -------------- trunk/src/commands/nick.class.php Modified: trunk/src/commands/nick.class.php =================================================================== --- trunk/src/commands/nick.class.php 2006-08-01 18:53:21 UTC (rev 663) +++ trunk/src/commands/nick.class.php 2006-08-01 19:06:23 UTC (rev 664) @@ -102,7 +102,6 @@ $u->active = true; $u->saveInCache(); - $xml_reponse->addScript("alert('TODO?! remove this unused code ?');"); $xml_reponse->addScript("pfc.handleResponse('nick', 'connected', '".$newnick."');"); if ($c->debug) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |