feature 2614: on a upgraded gallery, nb_categories_page is set to 50 instead

of the default value 12 for a new installation.


git-svn-id: http://piwigo.org/svn/trunk@19281 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-12-04 12:47:45 +00:00
parent 5ace134574
commit 94f17094cb
+2 -2
View File
@@ -28,8 +28,8 @@ if (!defined('PHPWG_ROOT_PATH'))
$upgrade_description = 'add "nb_categories_page" parameter';
conf_update_param('nb_categories_page', '12');
conf_update_param('nb_categories_page', '50');
echo "\n".$upgrade_description."\n";
?>
?>