comment_update_7002()
Rename {comments} table to {comment}.
modules/comment/comment.install, line 150
<?php function comment_update_7002() { $ret = array(); db_rename_table($ret, 'comments', 'comment'); return $ret; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen