Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://mybb.com/about/license *
|
* Website: http://www.mybboard.com * License: http://mybb.com/about/license *
|
* $Id: upgrade17.php 5173 2010-08-03 06:29:52Z RyanGordon $
| * $Id: upgrade17.php 5440 2011-04-15 10:18:35Z Tomm $
|
*/
/**
| */
/**
|
Zeile 371 | Zeile 371 |
---|
forums text NOT NULL, groups text NOT NULL, PRIMARY KEY(pid)
|
forums text NOT NULL, groups text NOT NULL, PRIMARY KEY(pid)
|
) TYPE=MyISAM;");
| ) ENGINE=MyISAM;");
|
$db->write_query("CREATE TABLE ".TABLE_PREFIX."delayedmoderation ( did int unsigned NOT NULL auto_increment, type varchar(30) NOT NULL default '',
| $db->write_query("CREATE TABLE ".TABLE_PREFIX."delayedmoderation ( did int unsigned NOT NULL auto_increment, type varchar(30) NOT NULL default '',
|
Zeile 382 | Zeile 382 |
---|
dateline bigint(30) NOT NULL default '0', inputs text NOT NULL, PRIMARY KEY (did)
|
dateline bigint(30) NOT NULL default '0', inputs text NOT NULL, PRIMARY KEY (did)
|
) TYPE=MyISAM;");
| ) ENGINE=MyISAM;");
|
} $added_tasks = sync_tasks();
| } $added_tasks = sync_tasks();
|