mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
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:
parent
13ea04b553
commit
1d574bf4fe
2 changed files with 3 additions and 2 deletions
|
|
@ -70,6 +70,7 @@
|
|||
break;
|
||||
case 'curdate' :
|
||||
$val = 'date("YmdHis")';
|
||||
$this->_is_string_from_function = true;
|
||||
break;
|
||||
case 'sequence' :
|
||||
$this->is_sequence = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue