phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4355 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4355 - phpcompta/trunk/include
Date: Tue, 15 Nov 2011 14:18:14 +0100 (CET)

Author: danydb
Date: 2011-11-15 14:18:12 +0100 (Tue, 15 Nov 2011)
New Revision: 4355

Modified:
   phpcompta/trunk/include/class_impress.php
Log:
fix bug : typo

Modified: phpcompta/trunk/include/class_impress.php
===================================================================
--- phpcompta/trunk/include/class_impress.php   2011-11-15 11:32:03 UTC (rev 
4354)
+++ phpcompta/trunk/include/class_impress.php   2011-11-15 13:18:12 UTC (rev 
4355)
@@ -194,7 +194,7 @@
      *
      * \return true if the formula is good otherwise false
      */
-    static function Impress::check_formula($p_string)
+    static function check_formula($p_string)
     {
         // the preg_match gets too complex if we want to add a test
         // for parenthesis, math function...
@@ -229,5 +229,4 @@
             return true;
         }
     }
-}
-?>
+}
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]