Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id: templates.php 2154 2006-08-27 16:52:47Z Tikitiki $
| * $Id: templates.php 2327 2006-10-10 23:18:38Z Tikitiki $
|
*/
define("IN_MYBB", 1);
require_once "./global.php";
|
*/
define("IN_MYBB", 1);
require_once "./global.php";
|
| // Hey, don't blame me - it works $db->query("SET SQL_BIG_SELECTS=1");
|
// Just a little fix here $db->query("DELETE FROM ".TABLE_PREFIX."templates WHERE title=''");
| // Just a little fix here $db->query("DELETE FROM ".TABLE_PREFIX."templates WHERE title=''");
|