[Phpfreechat-svn] SF.net SVN: phpfreechat: [912] trunk/src/pfccommand.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-01-04 17:18:14
|
Revision: 912 http://svn.sourceforge.net/phpfreechat/?rev=912&view=rev Author: kerphi Date: 2007-01-04 09:18:13 -0800 (Thu, 04 Jan 2007) Log Message: ----------- [en] Bug fix: on php4 servers, private messages / kick / ban was broken ( see http://sourceforge.net/tracker/index.php?func=detail&aid=1625155&group_id=158880&atid=809603 ) [fr] Bug fix : en php4 les messages priv?\195?\169s / kick / ban ne fonctionnaient plus ( cf http://sourceforge.net/tracker/index.php?func=detail&aid=1625155&group_id=158880&atid=809603 ) Modified Paths: -------------- trunk/src/pfccommand.class.php Modified: trunk/src/pfccommand.class.php =================================================================== --- trunk/src/pfccommand.class.php 2006-12-29 12:22:57 UTC (rev 911) +++ trunk/src/pfccommand.class.php 2007-01-04 17:18:13 UTC (rev 912) @@ -205,7 +205,7 @@ return false; } - function RunPendingCmdToPlay($nickid,$clientid,$xml_reponse) + function RunPendingCmdToPlay($nickid,$clientid,&$xml_reponse) { $c =& pfcGlobalConfig::Instance(); $u =& pfcUserConfig::Instance(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |