From: Florent Bruneau Date: Sun, 27 Mar 2011 14:26:37 +0000 (+0200) Subject: Fix typo. X-Git-Tag: xorg/1.1.1~37^2~45 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=83a423c28654d9880484a8faa1e5736d580ea217;p=platal.git Fix typo. Signed-off-by: Florent Bruneau --- diff --git a/modules/auth/auth.inc.php b/modules/auth/auth.inc.php index fc9cf18..a443af8 100644 --- a/modules/auth/auth.inc.php +++ b/modules/auth/auth.inc.php @@ -62,10 +62,10 @@ function gpex_make($chlg, $privkey, $datafields, $charset) } else if (isset($personnal_data[$val])) { $params .= gpex_prepare_param($val, $personnal_data[$val], $tohash, $charset); } else if ($val == 'username') { - $min_username = $XDB::fetchOneCell('SELECT email - FROM email_source_account - WHERE uid = {?} FIND_IN_SET(\'bestalias\', flags)', - S::i('uid')); + $min_username = XDB::fetchOneCell('SELECT email + FROM email_source_account + WHERE uid = {?} FIND_IN_SET(\'bestalias\', flags)', + S::i('uid')); $params .= gpex_prepare_param($val, $min_username, $tohash, $charset); } else if ($val == 'grpauth') { if (isset($_GET['group'])) {