commit | 1716cb80344dcb09dd263293b7901cd5b669e302 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Oct 25 05:12:34 2006 +0000 |
committer | admin <devnull@localhost> | Wed Oct 25 05:12:34 2006 +0000 |
tree | 544c6f45fe307cdd2a1d0f6a5f2bc05f0bceca49 | |
parent | 2bc13859b72ceb8400d37adbba52b8404995bf03 [diff] [blame] |
diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php index 478e742..bebe094 100644 --- a/system/database/drivers/postgre/postgre_utility.php +++ b/system/database/drivers/postgre/postgre_utility.php
@@ -74,7 +74,7 @@ */ function _drop_table($table) { - return "DROP TABLE ".$this->db->_escape_table($name)." CASCADE"; + return "DROP TABLE ".$this->db->_escape_table($table)." CASCADE"; } // --------------------------------------------------------------------