Browse Source

Update module.php

http://www.opengamepanel.org/forum/viewthread.php?thread_id=5295&pid=25678#post_25678

Guess people then need to go to Modules, and click Update Module because it broke when doing the whole Panel update.
®omano 9 years ago
parent
commit
b771a94c4b
1 changed files with 2 additions and 3 deletions
  1. 2 3
      modules/user_games/module.php

+ 2 - 3
modules/user_games/module.php

@@ -68,6 +68,5 @@ $install_queries[2] = array(
 	"ALTER TABLE `".OGP_DB_PREFIX."user_group_homes` ADD `user_group_expiration_date` VARCHAR(21) NOT NULL default 'X';");
 
 $install_queries[3] = array(
-	"ALTER TABLE `".OGP_DB_PREFIX."game_mods` modify column `cpu_affinity` varchar(64) null AFTER `extra_params`, comment = 'utf8mb4_general_ci'";
-	);
-?>
+	"ALTER TABLE `".OGP_DB_PREFIX."game_mods` modify column `cpu_affinity` varchar(64) null AFTER `extra_params`, comment = 'utf8mb4_general_ci';");
+?>