[Phpfreechat-svn] SF.net SVN: phpfreechat: [738] trunk/src/commands/rehash.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-09-08 20:54:40
|
Revision: 738 http://svn.sourceforge.net/phpfreechat/?rev=738&view=rev Author: kerphi Date: 2006-09-08 13:54:35 -0700 (Fri, 08 Sep 2006) Log Message: ----------- code cleaning (notice) Modified Paths: -------------- trunk/src/commands/rehash.class.php Modified: trunk/src/commands/rehash.class.php =================================================================== --- trunk/src/commands/rehash.class.php 2006-09-08 20:53:29 UTC (rev 737) +++ trunk/src/commands/rehash.class.php 2006-09-08 20:54:35 UTC (rev 738) @@ -25,7 +25,7 @@ // the right way is to wait for the next page reload and the new parameters will be taken into account $destroyed = $c->destroyCache(); - if ($destroyed && $synchro) + if ($destroyed) $xml_reponse->addScript("pfc.handleResponse('".$this->name."', 'ko', '');"); else $xml_reponse->addScript("pfc.handleResponse('".$this->name."', 'ok', '');"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |