phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r435 - trunk/tools/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r435 - trunk/tools/include
Date: Tue, 2 Oct 2012 18:59:45 +0200 (CEST)

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



reply via email to

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