start to create first loop
This commit is contained in:
@@ -68,7 +68,7 @@ try {
|
||||
|
||||
$con->commit();
|
||||
} catch (Exception $e) {
|
||||
echo "error : ".$e->getMessage();
|
||||
echo "error : ".$e->getMessage()."\n";
|
||||
$con->rollBack();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user