From a8107a807cb447a420cefa88e4ba8f328301ab80 Mon Sep 17 00:00:00 2001 From: Nicolas Rochelemagne Date: Thu, 29 Mar 2012 16:31:22 -0500 Subject: [PATCH 8/9] remove folder with quote from list --- showmail.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/showmail.php b/showmail.php index 8fb7d5d..8a1afdb 100644 --- a/showmail.php +++ b/showmail.php @@ -332,10 +332,13 @@ EOF; $var['foldericon'] = 'sidebar_folder_off.gif'; } - if ($atmail->Ajax) { - + if ($atmail->Ajax) { $folder = str_replace('&', '&', $folder); - $var['folders_default_ajax'] .= << EOF; } else { -- 1.7.5