From a2c2ddd7b5ef0c04d52fe9f22439e30a6de27a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Thu, 25 Aug 2011 22:42:32 +0200 Subject: Typo fix --- pages/account/43.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/account/43.php b/pages/account/43.php index ae8bffc..f1bfb65 100755 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -49,7 +49,7 @@ // $email contains non-digits ==> search for mail addresses // Be defensive here (outer join) if primary mail is not listed in email table $query = "select `users`.`id` as `id`, `email`.`email` as `email` - from `users` left oter join `email` on (`users`.`id`=`email`.`memid`) + from `users` left outer join `email` on (`users`.`id`=`email`.`memid`) where ((`email`.`email` like '$emailsearch' and `email`.`hash`='' and `email`.`deleted`=0) or `users`.`email` like '$emailsearch') -- cgit v1.2.1