[Typo3-dev] exec_UPDATEquery help

Joshua Preston jpreston at americatab.com
Wed Mar 23 23:40:06 CET 2005


Hey guys,

I'm attempting to run an update query, but it never updates...  I've 
taken the exec_ part off and was given a valid SQL query, but it is 
never run, and I don't recieve any errors.

My code looks like:

$where = 'uid=' . $this->getFieldContent("uid");
$array = array('m_to'=>trim($to),'m_cc'=>trim($cc),'m_bcc'=>trim($bcc));

$ret = 
$GLOBALS['TYPO3_DB']->exec_UPDATEquery("tx_femail_messages",$where,$array);

My fe internal mail extension will be about 75% complete after this 
works, but I'm stuck!

Help?  Anyone?

Thanks!

Joshua Preston.


More information about the TYPO3-dev mailing list