From efeff715ad6dfb0f87b47757fcfa852ef2d4b0ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 28 Apr 2011 18:42:24 +0200 Subject: [PATCH] Typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/auth/auth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auth/auth.inc.php b/modules/auth/auth.inc.php index 8e9a4cb..334c51d 100644 --- a/modules/auth/auth.inc.php +++ b/modules/auth/auth.inc.php @@ -71,7 +71,7 @@ function gpex_make($chlg, $privkey, $datafields, $charset) FROM email_source_account WHERE uid = {?} AND FIND_IN_SET(\'bestalias\', flags)', S::i('uid')); - $params .= gpex_prepare_param($val, (is_null($min_username) ? '', $min_username), $tohash, $charset); + $params .= gpex_prepare_param($val, (is_null($min_username) ? '' : $min_username), $tohash, $charset); } else if ($val == 'grpauth') { if (isset($_GET['group'])) { $res = XDB::query("SELECT perms -- 2.1.4