Index: branches/5.0.x/core/units/skins/skins_config.php =================================================================== diff -u -r12189 -r12299 --- branches/5.0.x/core/units/skins/skins_config.php (.../skins_config.php) (revision 12189) +++ branches/5.0.x/core/units/skins/skins_config.php (.../skins_config.php) (revision 12299) @@ -1,6 +1,6 @@ 'skin', 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), @@ -174,27 +176,4 @@ 'PerPage' => 'Comm_Perpage_Tests', 'ShortListPerPage' => 'Comm_Perpage_Tests_Short', ),*/ -); - -/* - -Don't forget to: - -- Add table create statement to install_schema.sql - CREATE TABLE Tests ( - `TestId` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , - `Title` VARCHAR( 255 ) NOT NULL , - `Description` TEXT NULL , - `Email` VARCHAR( 255 ) NOT NULL , - `Type` TINYINT NOT NULL , - `Phone` VARCHAR( 50 ) NOT NULL , - `Qty` DOUBLE NOT NULL , - `Status` TINYINT NOT NULL , - `CreatedOn` INT NOT NULL , - `Good` TINYINT NOT NULL -) - -- Add permissions for admin gorup to install script (see 'Sections' key above) - - -*/ \ No newline at end of file +); \ No newline at end of file