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


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to