alert if crd attr incorrect

This commit is contained in:
Dany De Bontridder 2012-01-09 15:54:32 +00:00
parent 1e21b4d671
commit 741ea87fb2

View file

@ -56,7 +56,7 @@ if ( isset($_POST['save']))
}
catch (Exception $e)
{
$e->getMessage();
alert($e->getMessage());
$cn->rollback();
}