From: Michael M Slusarz Date: Fri, 12 Jun 2009 17:43:14 +0000 (-0600) Subject: Fix title name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9f4f6cad3353b6582e59bc42beefc742c8d35810;p=horde.git Fix title name --- diff --git a/imp/templates/javascript_defs_dimp.php b/imp/templates/javascript_defs_dimp.php index 739cb3830..22e7220de 100644 --- a/imp/templates/javascript_defs_dimp.php +++ b/imp/templates/javascript_defs_dimp.php @@ -68,7 +68,7 @@ $code['conf'] = array_filter(array( 'ham_spammbox' => intval(!empty($GLOBALS['conf']['notspam']['spamfolder'])), 'limit_factor' => intval($GLOBALS['conf']['dimp']['viewport']['limit_factor']), 'login_view' => $GLOBALS['prefs']->getValue('dimp_login_view'), - 'name' => $GLOBALS['registry']->get('name', 'dimp'), + 'name' => $GLOBALS['registry']->get('name', 'imp'), 'popup_height' => 610, 'popup_width' => 820, 'preview_pref' => intval($GLOBALS['prefs']->getValue('dimp_show_preview')),