simplified dbsv mutation 120

This commit is contained in:
following
2013-08-17 23:05:43 +02:00
parent b05fe31546
commit 62c25894c7
+2 -2
View File
@@ -353,8 +353,8 @@
function dbv_120() // remove obsolete tables of very old, discarded map code function dbv_120() // remove obsolete tables of very old, discarded map code
{ {
if (sql_table_exists('mapresult')) sql("DROP TABLE `mapresult`"); sql("DROP TABLE IF EXISTS `mapresult`");
if (sql_table_exists('mapresult_data')) sql("DROP TABLE `mapresult_data`"); sql("DROP TABLE IF EXISTS `mapresult_data`");
} }