start to create first loop

This commit is contained in:
Manuel Raynaud
2013-05-03 17:06:43 +02:00
parent 7d766c68ff
commit 046f0e0f94
10 changed files with 176 additions and 24 deletions

View File

@@ -68,7 +68,7 @@ try {
$con->commit();
} catch (Exception $e) {
echo "error : ".$e->getMessage();
echo "error : ".$e->getMessage()."\n";
$con->rollBack();
}