DB Update statement fix - add quotes arround curdate().

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9779 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-10-27 12:14:13 +00:00
parent 13ea04b553
commit 1d574bf4fe
2 changed files with 3 additions and 2 deletions

View file

@ -70,6 +70,7 @@
break;
case 'curdate' :
$val = 'date("YmdHis")';
$this->_is_string_from_function = true;
break;
case 'sequence' :
$this->is_sequence = true;