This commit is contained in:
Andreas Österreicher
2009-08-18 11:26:32 +00:00
parent 9a9db6d4b9
commit 1a2c6390b9
+2
View File
@@ -25,6 +25,8 @@ if($db->db_query($qry))
echo "Aktualiserung erfolgreich";
else
echo "Fehler beim Aktualisieren:".$db->db_last_error();
$db->db_query('COMMIT;');
?>
</body>
</html>