From: pdontthink Date: Fri, 15 Jun 2007 19:19:06 +0000 (+0000) Subject: Typo X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=75b4ac6f4dcd0b1d54e9b7c696a053a309999e07;hp=9a19cc66bafe1461c2f0b3b89518b882d0edc940 Typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12452 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/options.php b/src/options.php index 4350c59e..480dde5c 100644 --- a/src/options.php +++ b/src/options.php @@ -427,7 +427,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { $oTemplate->assign('options', $optpage_data['options']); global $ask_user_info, $org_name; - if ( $optpage = SMOPT_PAGE_PERSONAL && $ask_user_info + if ( $optpage == SMOPT_PAGE_PERSONAL && $ask_user_info && getPref($data_dir, $username,'email_address') == "" ) { $oTemplate->assign('topmessage', sprintf(_("Welcome to %s. Please supply your full name and email address."), $org_name) );