
02-08-2015, 03:24 AM
|
|
|
Join Date: Apr 2013
Location: Philippines
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by kh99
Can you execute this query (from admincp or phpMyAdmin) and post the results?
Code:
SELECT * FROM phrasetype WHERE fieldname='emailbody'
specifically, I'm wondering about the value of the 'special' column. If it is not set to 1, then you could try this query
Code:
UPDATE phrasetype SET special=1 WHERE fieldname='emailbody'
and see if that makes any difference.
|
the result attached
|