1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

custompage work and some code cleanup

This commit is contained in:
CaMer0n
2009-11-19 12:36:22 +00:00
parent 8986a5d01e
commit c321774aa6
5 changed files with 123 additions and 59 deletions

View File

@@ -9,8 +9,8 @@
* Core SQL
*
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
* $Revision: 1.39 $
* $Date: 2009-11-18 10:05:53 $
* $Revision: 1.40 $
* $Date: 2009-11-19 12:35:33 $
* $Author: e107coders $
*/
@@ -370,6 +370,7 @@ CREATE TABLE page (
page_class varchar(250) NOT NULL default '',
page_ip_restrict text NOT NULL,
page_theme varchar(50) NOT NULL default '',
page_template varchar(50) NOT NULL default '',
PRIMARY KEY (page_id)
) TYPE=MyISAM;
# --------------------------------------------------------