Fix title name
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Jun 2009 17:43:14 +0000 (11:43 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Jun 2009 17:43:14 +0000 (11:43 -0600)
imp/templates/javascript_defs_dimp.php

index 739cb38..22e7220 100644 (file)
@@ -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')),