Fix quote
This commit is contained in:
parent
0f07c1ab38
commit
e2806c9a6b
@ -10,7 +10,7 @@ class Process
|
||||
{
|
||||
$this->mail_dir = dirname(__FILE__);
|
||||
|
||||
$_to = Db::getInstance()->ExecuteS('SELECT email FROM '._DB_PREFIX_.'contactform_email');
|
||||
$_to = Db::getInstance()->ExecuteS('SELECT `email` FROM '._DB_PREFIX_.'contactform_email');
|
||||
foreach ($_to as $k => $email) {
|
||||
$this->to[] = $email;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user