Hi, i have the following in a php script that is currently working, HOWEVER...
'default' => array('query_set' => 'REPLACE INTO vacation (email, subject, body, domain, created, active) VALUES (\U, \S, \M, \D, NOW(), 1)',
'query_unset' => 'UPDATE vacation SET...