Show
Ignore:
Timestamp:
08/08/08 19:37:10 (5 months ago)
Author:
francesco
Message:

"Improved template hidden fields"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install/dbschema.sql

    r2409 r2428  
    17241724  `id_group` smallint(4) NOT NULL default '0', 
    17251725  `id_topic` smallint(4) NOT NULL default '0', 
    1726   `hide_fields` text, 
     1726  `hide_fields` varchar(200) default '', 
    17271727  PRIMARY KEY  (`id_template`), 
    17281728  KEY `id_group` (`id_group`),