addrsrch_fullname needs to default to one of its allowable values
[squirrelmail.git] / include / load_prefs.php
index 35d19d4674d73f133699d694d1170378cb5db053..ba652bad9021235b1e680eb881a98fc5244ffa5b 100644 (file)
@@ -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);