db_unlock_tables()
Unlock all locked tables. This function automatically commits a transaction.
includes/database.pgsql.inc, line 380
<?php function db_unlock_tables() { db_query('COMMIT'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen