Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -714,11 +714,6 @@ |
715 | 715 | return parent::buildLike( $params ) . "ESCAPE '\' "; |
716 | 716 | } |
717 | 717 | |
718 | | - public function dropTable( $tableName, $fName = 'DatabaseSqlite::dropTable' ) { |
719 | | - $sql = 'DROP TABLE IF EXISTS ' . $this->tableName( $tableName ); |
720 | | - return $this->query( $sql, $fName ); |
721 | | - } |
722 | | - |
723 | 718 | /** |
724 | 719 | * @return string |
725 | 720 | */ |