projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a064270
)
Fix property typo.
author
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 17:02:29 +0000
(18:02 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 17:02:29 +0000
(18:02 +0100)
imp/compose.php
patch
|
blob
|
history
diff --git
a/imp/compose.php
b/imp/compose.php
index
2f7b2df
..
3cbdc4c
100644
(file)
--- a/
imp/compose.php
+++ b/
imp/compose.php
@@
-822,7
+822,7
@@
if ($redirect) {
$t->set('charset_label', Horde::label('charset', _("C_harset")));
$t->set('charset_tabindex', ++$tabindex);
$charset_array = array();
- $enc_list = $registry->n
sl
config->encodings;
+ $enc_list = $registry->n
ls
config->encodings;
asort($enc_list);
foreach (array_merge(array('' => _("Default")), $enc_list) as $encoding => $label) {
$charset_array[] = array(