execute( 'CREATE TABLE IF NOT EXISTS `'._DB_PREFIX_.'roy_content` ( `hides` tinyint(1) unsigned NOT NULL DEFAULT \'0\', PRIMARY KEY (`hides`) ) ENGINE='._MYSQL_ENGINE_.' DEFAULT CHARSET=utf8;' ); return true; }