[Phpfreechat-svn] SF.net SVN: phpfreechat: [842] trunk/src/commands/whois.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-10-25 11:26:11
|
Revision: 842 http://svn.sourceforge.net/phpfreechat/?rev=842&view=rev Author: kerphi Date: 2006-10-25 04:26:01 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Add information to help debugging Modified Paths: -------------- trunk/src/commands/whois.class.php Modified: trunk/src/commands/whois.class.php =================================================================== --- trunk/src/commands/whois.class.php 2006-10-24 16:14:45 UTC (rev 841) +++ trunk/src/commands/whois.class.php 2006-10-25 11:26:01 UTC (rev 842) @@ -63,8 +63,8 @@ $xml_reponse->addScript("pfc.handleResponse('".$this->name."', 'ok', ".$js.");"); } else - $xml_reponse->addScript("pfc.handleResponse('".$this->name."', 'ko','');"); + $xml_reponse->addScript("pfc.handleResponse('".$this->name."', 'ko','".$param."');"); } } -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |