From 08b63815640b2fc8059c243a4f9feaf865801a25 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 17 Feb 2006 02:41:57 +0000 Subject: fix: remote site decodes html entities from xml and addslashes fix: picture displays "image rank/total" images even for non numeric categories fix: category comment not transformed with nl2br if allow_html_descriptions and comment already looks like html git-svn-id: http://piwigo.org/svn/trunk@1046 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/create_listing_file.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/create_listing_file.php') diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 593cd8073..fb3786f11 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -460,7 +460,7 @@ function get_pictures($dir, $indent) { foreach (array_keys($iptc) as $key) { - $element[$key] = addslashes($iptc[$key]); + $element[$key] = $iptc[$key]; } } } @@ -540,7 +540,7 @@ switch ($page['action']) $listing = '