Changeset 1094 for trunk/install


Ignore:
Timestamp:
Mar 23, 2006, 2:49:04 AM (18 years ago)
Author:
rvelices
Message:

URL rewrite: 3 options in the config file define behaviour (question mark
removal, file name for picture and .php extension removal)

fix: added unsigned for column in install sql - for the sake of uniformization

change: add_url_param is now add_url_params and takes an array as parameter
instead of a string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1085 r1094  
    261261  `need_update` enum('true','false') NOT NULL default 'true',
    262262  `forbidden_categories` text,
    263   `nb_total_images` mediumint(8),
     263  `nb_total_images` mediumint(8) unsigned,
    264264  PRIMARY KEY  (`user_id`)
    265265) TYPE=MyISAM;
Note: See TracChangeset for help on using the changeset viewer.