simplified dbsv mutation 120
This commit is contained in:
@@ -353,8 +353,8 @@
|
||||
|
||||
function dbv_120() // remove obsolete tables of very old, discarded map code
|
||||
{
|
||||
if (sql_table_exists('mapresult')) sql("DROP TABLE `mapresult`");
|
||||
if (sql_table_exists('mapresult_data')) sql("DROP TABLE `mapresult_data`");
|
||||
sql("DROP TABLE IF EXISTS `mapresult`");
|
||||
sql("DROP TABLE IF EXISTS `mapresult_data`");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user