Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Anti 17.10.2007 13:28 / 17.10.2007 13:29
У таблицы кодировка не указанаDROP TABLE IF EXISTS sun_resources; CREATE TABLE sun_resources ( id int(10) unsigned NOT NULL auto_increment, uuid varchar(40) NOT NULL default '', name varchar(32) NOT NULL default 'noname', title varchar(64) NOT NULL default 'noname', body text, list text, processed tinyint(1) unsigned NOT NULL default '0', created datetime default NULL, modified datetime default NULL, attrib tinyint(3) unsigned NOT NULL default '0', lang varchar(5) NOT NULL default '', cluster char(3) NOT NULL default '', PRIMARY KEY (id), KEY name (name) ) TYPE=MyISAM; -- -- Dumping data for table `sun_resources` -- INSERT INTO sun_resources VALUES (1,'DDD689C5-E747-4E49-A8B6-E192A0A91AF4','copyright','noname','© Dmitry Litvinenko','',0,NULL,NULL,3,'','');Вот переменные: