mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- merge branch 1.6 r1268:1269 into trunk (bug 350)
git-svn-id: http://piwigo.org/svn/trunk@1270 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -161,7 +161,7 @@ SELECT id, path, tn_ext
|
||||
),
|
||||
'NAME' => htmlentities($category['name'],ENT_QUOTES),
|
||||
'CAPTION_NB_IMAGES' => (($category['nb_images'] == 0) ? '' : sprintf("%d ".l10n('pictures'), $category['nb_images'])),
|
||||
'DESCRIPTION' => htmlentities(@$category['comment'],ENT_QUOTES),
|
||||
'DESCRIPTION' => @$category['comment'],ENT_QUOTES,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user