Author: danydb
Date: 2012-10-02 18:59:44 +0200 (Tue, 02 Oct 2012)
New Revision: 435

Modified:
   trunk/tools/include/tools_exercice.inc.php
Log:
Improve errror message

Modified: trunk/tools/include/tools_exercice.inc.php
===================================================================
--- trunk/tools/include/tools_exercice.inc.php  2012-10-02 16:59:19 UTC (rev 
434)
+++ trunk/tools/include/tools_exercice.inc.php  2012-10-02 16:59:44 UTC (rev 
435)
@@ -40,7 +40,7 @@
        }
        catch (Exception $e)
        {
-               var_dump($e->getTraceAsString());
+               alert($e->getMessage());
        }
 
 }



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to