projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef50853
)
fix parse error
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Jan 2009 02:35:30 +0000
(21:35 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Jan 2009 02:35:30 +0000
(21:35 -0500)
imp/stationery.php
patch
|
blob
|
history
diff --git
a/imp/stationery.php
b/imp/stationery.php
index
270754c
..
07aafb7
100644
(file)
--- 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');