fix typo which crash the install process

git-svn-id: http://piwigo.org/svn/trunk@22134 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-04-11 10:04:32 +00:00
parent a477ea4f99
commit c22683add2
+1 -1
View File
@@ -354,7 +354,7 @@ CREATE TABLE `piwigo_user_cache` (
`nb_total_images` mediumint(8) unsigned default NULL,
`last_photo_date` datetime DEFAULT NULL,
`nb_available_tags` INT(5) DEFAULT NULL,
`nb_available_comments` INT(5) DEFAULT NULL
`nb_available_comments` INT(5) DEFAULT NULL,
`image_access_type` enum('NOT IN','IN') NOT NULL default 'NOT IN',
`image_access_list` mediumtext default NULL,
PRIMARY KEY (`user_id`)