1 |
- INSERT INTO `phpcms_module` (`module`, `name`, `url`, `iscore`, `version`, `description`, `setting`, `listorder`, `disabled`, `installdate`, `updatedate`) VALUES ('vote', '投票', '', '0', '1.0', '', 'array (\r\n 1 => \r\n array (\r\n \'default_style\' => \'default\',\r\n \'vote_tp_template\' => \'vote_tp\',\r\n \'allowguest\' => \'1\',\r\n \'enabled\' => \'1\',\r\n \'interval\' => \'1\',\r\n \'credit\' => \'1\',\r\n ),\r\n)', '0', '0', '2010-09-06', '2010-09-06');
|