From: Chuck Hagenbuch Date: Thu, 15 Jan 2009 02:35:30 +0000 (-0500) Subject: fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b9ec978dbd4d9c47a519ccac6bd2144347cb2998;p=horde.git fix parse error --- diff --git a/imp/stationery.php b/imp/stationery.php index 270754c8e..07aafb7cc 100644 --- a/imp/stationery.php +++ b/imp/stationery.php @@ -24,7 +24,7 @@ if ($prefs->isLocked('stationery')) { $stationery_list = @unserialize($prefs->getValue('stationery', false)); $stationery_list = is_array($stationery_list) ? String::convertCharset($stationery_list, $prefs->getCharset()) - : array((); + : array(); /* Get form data. */ $selected = Util::getFormData('stationery');