Bug on removed $conf value... subcatify

git-svn-id: http://piwigo.org/svn/trunk@2473 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2008-08-12 21:37:48 +00:00
parent 8ab0da7da2
commit ce1d7492f6

View file

@ -121,7 +121,7 @@ $adv['c'][18] = $conf['show_picture_name_on_title'];
$adv['v'][18] = sprintf($lang['current'], 'true');
$adv['n'][19] = 'subcatify';
$adv['c'][19] = $conf['subcatify'];
/* $adv['c'][19] = $conf['subcatify']; No longer exist */
$adv['v'][19] = sprintf($lang['current'], 'true');
$adv['n'][20] = 'allow_random_representative';