aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/101-database.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-04-09 15:02:58 +0000
committermistic100 <mistic@piwigo.org>2011-04-09 15:02:58 +0000
commit9334bfb4d7846fba2aea4ac5f8da1f3f0162db97 (patch)
tree1658817854f80eb221f66428ab0b80f279cebca4 /install/db/101-database.php
parent76194270be6a529ff499900ed61e6266d2347d34 (diff)
correct an eeror in the last upgrade feed
git-svn-id: http://piwigo.org/svn/trunk@10199 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/db/101-database.php')
-rw-r--r--install/db/101-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/101-database.php b/install/db/101-database.php
index 8348a0f86..0fa8403be 100644
--- a/install/db/101-database.php
+++ b/install/db/101-database.php
@@ -39,7 +39,7 @@ if ('mysql' == $conf['dblayer'])
else if (in_array($conf['dblayer'], array('pgsql', 'sqlite', 'pdo-sqlite')))
{
pwg_query('
- ALTER TABLE '.IMAGES_TABLE.'
+ ALTER TABLE '.USER_INFOS_TABLE.'
ADD COLUMN "nb_image_page" INTEGER default 15 NOT NULL
;');
}