Uncomment line

This commit is contained in:
Laurent Destailleur 2016-02-22 12:56:41 +01:00
parent 945eb9f094
commit b591ba1280

View File

@ -219,7 +219,7 @@ if ($error || $mode != 'confirm')
else
{
print "Commit all changes.\n";
//$db->commit();
$db->commit();
}
$db->close();