From 96f24f3ddcdf3122ca1e0e21cac45fa309640d0b Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 30 Dec 2004 08:36:48 +0000 Subject: - bug fixed on setting commentable property for a single category (bug in template and in query generation) - bug on determining whether an element is commentable or not depending on categories it belongs to git-svn-id: http://piwigo.org/svn/trunk@668 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/cat_modify.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/default/admin/cat_modify.tpl b/template/default/admin/cat_modify.tpl index 04c48112a..bd25ac1b6 100644 --- a/template/default/admin/cat_modify.tpl +++ b/template/default/admin/cat_modify.tpl @@ -61,8 +61,8 @@ {L_EDIT_COMMENTABLE} :
{L_EDIT_COMMENTABLE_INFO} - {L_YES}   - {L_NO} + {L_YES}   + {L_NO} -- cgit v1.2.3