[limb-svn] r6954 - syncman/trunk/src/model

svn at limb-project.com svn at limb-project.com
Thu Apr 24 16:28:58 MSD 2008


Author: hidrarg
Date: 2008-04-24 16:28:58 +0400 (Thu, 24 Apr 2008)
New Revision: 6954
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6954

Modified:
   syncman/trunk/src/model/Project.class.php
Log:
-- to rectify the error messages output

Modified: syncman/trunk/src/model/Project.class.php
===================================================================
--- syncman/trunk/src/model/Project.class.php	2008-04-24 06:45:07 UTC (rev 6953)
+++ syncman/trunk/src/model/Project.class.php	2008-04-24 12:28:58 UTC (rev 6954)
@@ -300,9 +300,9 @@
     {
      $t_log = fread($proc, 8192);
      $log .= $t_log;
-     fwrite($fh, $log);
+     fwrite($fh, $t_log);
      if($this->listener)
-       $this->listener->notify($this, $cmd, $log);
+       $this->listener->notify($this, $cmd, $t_log);
     }
 
     $res = pclose($proc);



More information about the limb-svn mailing list