fix parse error
authorChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:35:30 +0000 (21:35 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:35:30 +0000 (21:35 -0500)
imp/stationery.php

index 270754c..07aafb7 100644 (file)
@@ -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');