Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id$
| * $Id: upgrade6.php 3352 2007-09-30 08:17:16Z chris $
|
*/
/**
| */
/**
|
Zeile 30 | Zeile 30 |
---|
echo "<p>Performing necessary upgrade queries..</p>";
|
echo "<p>Performing necessary upgrade queries..</p>";
|
$db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE regex regex text NOT NULL default ''"); $db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE replacement replacement text NOT NULL default ''");
| $db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE regex regex text NOT NULL"); $db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE replacement replacement text NOT NULL");
|
$contents = "Done</p>"; $contents .= "<p>Click next to continue with the upgrade process.</p>";
| $contents = "Done</p>"; $contents .= "<p>Click next to continue with the upgrade process.</p>";
|