Author: danydb
Date: 2012-01-09 16:54:32 +0100 (Mon, 09 Jan 2012)
New Revision: 4700
Modified:
phpcompta/trunk/include/card_attr.inc.php
Log:
alert if crd attr incorrect
Modified: phpcompta/trunk/include/card_attr.inc.php
===================================================================
--- phpcompta/trunk/include/card_attr.inc.php 2012-01-09 15:13:46 UTC (rev
4699)
+++ phpcompta/trunk/include/card_attr.inc.php 2012-01-09 15:54:32 UTC (rev
4700)
@@ -56,7 +56,7 @@
}
catch (Exception $e)
{
- $e->getMessage();
+ alert($e->getMessage());
$cn->rollback();
}
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev