HomeHelpTrac

Changeset 15956


Ignore:
Timestamp:
02/07/12 00:47:56 (4 months ago)
Author:
Anton Lesnikov
Message:

Minor fixes and improvements.

Location:
trunk
Files:
1 added
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/v70.sql

    r15953 r15956  
    214214-- Dumping data for tables `sys_options_types` 
    215215-- 
    216 INSERT INTO `sys_options_types`(`group`, `name`, `caption`, `icon`, `order`) VALUES ('system', 'system', '_adm_stg_cpt_type_system', 'mi-system.png', 1); 
     216INSERT INTO `sys_options_types`(`group`, `name`, `caption`, `icon`, `order`) VALUES ('system', 'system', '_adm_stg_cpt_type_system', 'mi-stg-system.png', 1); 
    217217SET @iTypeId = LAST_INSERT_ID(); 
    218218 
Note: See TracChangeset for help on using the changeset viewer.