From 83a423c28654d9880484a8faa1e5736d580ea217 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 27 Mar 2011 16:26:37 +0200 Subject: [PATCH] Fix typo. Signed-off-by: Florent Bruneau --- modules/auth/auth.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'])) { -- 2.1.4