From ce1d7492f62e63b4a30af3e3d4a3076b62bfaff9 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 12 Aug 2008 21:37:48 +0000 Subject: [PATCH] Bug on removed $conf value... subcatify git-svn-id: http://piwigo.org/svn/trunk@2473 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/adv_set.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin_advices/adv_set.php b/plugins/admin_advices/adv_set.php index d0fb98c2f..88dcc4511 100644 --- a/plugins/admin_advices/adv_set.php +++ b/plugins/admin_advices/adv_set.php @@ -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';