[Phpfreechat-svn] SF.net SVN: phpfreechat: [1214] trunk/src/commands/who.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-11-22 16:45:36
|
Revision: 1214 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1214&view=rev Author: kerphi Date: 2007-11-22 08:45:25 -0800 (Thu, 22 Nov 2007) Log Message: ----------- cleanup Modified Paths: -------------- trunk/src/commands/who.class.php Modified: trunk/src/commands/who.class.php =================================================================== --- trunk/src/commands/who.class.php 2007-11-22 09:00:19 UTC (rev 1213) +++ trunk/src/commands/who.class.php 2007-11-22 16:45:25 UTC (rev 1214) @@ -64,7 +64,7 @@ require_once dirname(__FILE__).'/../pfcjson.class.php'; $json = new pfcJSON(); - $js = $json->encode($chanmeta); + $js = $json->encode($chanmeta); return $js; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |