From 5f7ab0330a9ca34c7b74883aabf943e2027352de Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 13 Nov 2013 16:55:54 +0100 Subject: [PATCH] fix another typo, thx to oschn0r Signed-off-by: Michael Kaufmann (d00p) --- admin_domains.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_domains.php b/admin_domains.php index e255445d..e39c9044 100644 --- a/admin_domains.php +++ b/admin_domains.php @@ -1002,7 +1002,7 @@ if ($page == 'domains' $domain_emails_result_stmt = Database::prepare(" SELECT `email`, `email_full`, `destination`, `popaccountid` AS `number_email_forwarders` - FROM `" . TABLE_MAIL_VIRTUAL . "` WHERE `customerid` = :cusotmerid AND `domainid` = :id + FROM `" . TABLE_MAIL_VIRTUAL . "` WHERE `customerid` = :customerid AND `domainid` = :id "); Database::pexecute($domain_emails_result_stmt, array('customerid' => $result['customerid'], 'id' => $result['id']));