Typo
This commit is contained in:
parent
9e010d63d6
commit
7208390679
@ -210,7 +210,7 @@ class ContactController extends ContactControllerCore {
|
|||||||
{
|
{
|
||||||
// Update date_upd to the last interesting date
|
// Update date_upd to the last interesting date
|
||||||
if ($ctStatusLast !== false && $ctStatusLast == 'open') {
|
if ($ctStatusLast !== false && $ctStatusLast == 'open') {
|
||||||
$sql = 'UPDATE `'._DB_PREFIX_.'customer_threads` SET `date_upd` = "'.$ctStatusDate.'" WHERE id_customer_thread='. $ct->id;
|
$sql = 'UPDATE `'._DB_PREFIX_.'customer_thread` SET `date_upd` = "'.$ctStatusDate.'" WHERE id_customer_thread='. $ct->id;
|
||||||
Db::getInstance()->Execute($sql);
|
Db::getInstance()->Execute($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user