diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
commit | 76194270be6a529ff499900ed61e6266d2347d34 (patch) | |
tree | a4b94f25ffab5ce812ece8757d9365f55cb9bf4f /install/piwigo_structure-pdo-sqlite.sql | |
parent | fe28570fdf8754467a35d6b03c1ff13dc536beea (diff) |
bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/piwigo_structure-pdo-sqlite.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install/piwigo_structure-pdo-sqlite.sql b/install/piwigo_structure-pdo-sqlite.sql index f89fd160f..a0b502fc8 100644 --- a/install/piwigo_structure-pdo-sqlite.sql +++ b/install/piwigo_structure-pdo-sqlite.sql @@ -467,8 +467,7 @@ DROP TABLE IF EXISTS piwigo_user_infos; CREATE TABLE piwigo_user_infos ( "user_id" INTEGER default 0 NOT NULL, - "nb_image_line" INTEGER default 5 NOT NULL, - "nb_line_page" INTEGER default 3 NOT NULL, + "nb_image_page" INTEGER default 15 NOT NULL, "status" VARCHAR(50) default 'guest', "language" VARCHAR(50) default 'en_UK' NOT NULL, "maxwidth" INTEGER, |