mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
fix: iptc keywords are split the same way for local and remote sites
(create_listing_file) fix: recent_cats and category_subcats build the url the same way (both subcatify and normal) fix: recent_cats subcatify also strip tags on subcategory comment fix: cookie deletion on logout uses cookie_domain from ini file git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1144 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -94,7 +94,7 @@ SELECT representative_picture_id
|
||||
$comment = null;
|
||||
if (isset($row['comment']))
|
||||
{
|
||||
$comment = strip_tags($row['comment']);
|
||||
$comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>');
|
||||
}
|
||||
|
||||
if (isset($image_id))
|
||||
|
||||
Reference in New Issue
Block a user