OSDN Git Service

FIX: PHP5/MySQL5における文法違反コードの修正
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / upgrades / upgrade2.5.php
index f29a175..0036300 100755 (executable)
@@ -40,7 +40,7 @@ function upgrade_do250() {
                                   ." odef text,"
                                   ." oextra text,"
                                   ." PRIMARY KEY(opid, oname, ocontext)"
-                                  .") TYPE=MyISAM;";
+                                  .") ENGINE=MyISAM;";
                        upgrade_query('Creating ' . sql_table('plugin_option_desc') . ' table',$query);
                }