diff options
author | alecpl <alec@alec.pl> | 2008-05-21 07:45:54 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-21 07:45:54 +0000 |
commit | a55606b12241264054054ab0c0520ec238ee2687 (patch) | |
tree | c2ae762a7fda064640f0c1b1b43d8b95952144ca /program/steps/addressbook/func.inc | |
parent | 8dc0488b9eef4cc08db921c1e103363c9764e33d (diff) |
-localized pagetitle in Settings and Address book
-removed useless and not working code
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index ea67ec247..6d0a3938c 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -239,7 +239,8 @@ function rcmail_get_rowcount_text() return $out; } - + +$OUTPUT->set_pagetitle(rcube_label('addressbook')); // register UI objects $OUTPUT->add_handlers(array( |