Forráskód Böngészése

! Stupid bad copy/pasta from non MySQL installer to MySQL installer. Fixes #1235

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 éve
szülő
commit
1ae5e4d556
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      other/install_2-1_mysql.sql

+ 1 - 1
other/install_2-1_mysql.sql

@@ -764,7 +764,7 @@ CREATE TABLE {$db_prefix}log_actions (
   KEY id_member (id_member),
   KEY id_board (id_board),
   KEY id_msg (id_msg),
-  KEY id_topic_id_log {$db_prefix}log_actions (id_topic, id_log)
+  KEY id_topic_id_log (id_topic, id_log)
 ) ENGINE=MyISAM;
 
 #