X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fdb%2Fmaintenance_db.inc;h=44ba4bb95f458bda1dbe0ec91794e17728e62bf0;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=622ed2de448a8caae61b4ef0594fbb3d1517e7a9;hpb=c9b7acbdfefe7a626368bfea9af867c4f8b99a1a;p=fa-stable.git diff --git a/admin/db/maintenance_db.inc b/admin/db/maintenance_db.inc index 622ed2de..44ba4bb9 100644 --- a/admin/db/maintenance_db.inc +++ b/admin/db/maintenance_db.inc @@ -1,14 +1,15 @@ . + See the License here . ***********************************************************************/ + function write_config_db($new = false) { global $path_to_root, $def_coy, $db_connections, $tb_pref_counter; @@ -162,8 +163,6 @@ function db_import($filename, $connection, $force=true) if (strtolower(substr($line, 0, strlen($cmd))) == $cmd) { $query_table = $table; - if (strstr(strtolower($line), ' drop column ')) - $query_table = 'drop_queries'; ${$query_table}[] = array('', $line_no+1); break; }