From: pdontthink Date: Tue, 7 Oct 2008 09:40:04 +0000 (+0000) Subject: addrsrch_fullname needs to default to one of its allowable values X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a3e8f2fe5d2350a6a8ab4543b5e9020ae7309125;hp=d30a6548546fdf4341f2cf047e285b23a823c496 addrsrch_fullname needs to default to one of its allowable values git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13299 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/load_prefs.php b/include/load_prefs.php index 35d19d46..ba652bad 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -261,7 +261,7 @@ $show_html_default = getPref($data_dir, $username, 'show_html_default', SMPREF_ON); $addrsrch_fullname = - getPref($data_dir, $username, 'addrsrch_fullname', SMPREF_ON); + getPref($data_dir, $username, 'addrsrch_fullname', 'fullname'); $enable_forward_as_attachment = getPref($data_dir, $username, 'enable_forward_as_attachment', SMPREF_ON);