Changeset 831 in ExiteCMS for trunk/includes/dbsetup_include.php


Ignore:
Timestamp:
09/19/07 22:09:41 (5 years ago)
Author:
hverton
Message:

removed optional module icons from the trunk
updated the db_setup code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/dbsetup_include.php

    r813 r831  
    22//---------------------------------------------------------- 
    33// PLi-Fusion file : dbsetup_include.php 
    4 // Date generated  : `17/09/2007 12:05` 
     4// Date generated  : `18/09/2007 22:46` 
    55//---------------------------------------------------------- 
    66 
    77define('PLI_VERSION', '7.00'); 
    88define('PLI_REVISION', '800'); 
     9 
     10if ($step == 1) { 
    911 
    1012$fail = "0"; 
     
    593595  `panel_name` varchar(100) NOT NULL default '', 
    594596  `panel_filename` varchar(100) NOT NULL default '', 
    595   `panel_content` text NOT NULL, 
     597  `panel_code` text NOT NULL, 
     598  `panel_template` text NOT NULL, 
    596599  `panel_side` tinyint(1) unsigned NOT NULL default '1', 
    597600  `panel_order` smallint(5) unsigned NOT NULL default '0', 
     
    602605  `panel_usermod` tinyint(1) unsigned NOT NULL default '0', 
    603606  `panel_state` tinyint(1) unsigned NOT NULL default '0', 
     607  `panel_datestamp` int(10) unsigned NOT NULL default '0', 
    604608  PRIMARY KEY  (`panel_id`) 
    605609) ENGINE=MYISAM;"); 
     
    11341138    $failed[] = "wiki_users : ".mysql_error(); 
    11351139} 
     1140 
     1141} 
    11361142//---------------------------------------------------------- 
    11371143?> 
Note: See TracChangeset for help on using the changeset viewer.