Browse Source

minor change

own3mall 8 năm trước cách đây
mục cha
commit
7bcc709dae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      modules/gamemanager/module.php

+ 2 - 2
modules/gamemanager/module.php

@@ -104,7 +104,7 @@ $install_queries[6] = array(
 	"ALTER TABLE `".OGP_DB_PREFIX."server_homes` ADD `server_expiration_date` VARCHAR(21) NOT NULL default 'X';");
 
 $install_queries[7] = array(
-	"ALTER TABLE `".OGP_DB_PREFIX."server_homes` drop index `remote_server_id`",
-	"ALTER TABLE `".OGP_DB_PREFIX."server_homes` drop index `home_path`"
+	"ALTER TABLE `".OGP_DB_PREFIX."server_homes` drop index `remote_server_id`;",
+	"ALTER TABLE `".OGP_DB_PREFIX."server_homes` drop index `home_path`;"
 	);
 ?>