mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
added document last_updater to query and data importer
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10682 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f867fb2466
commit
c25b22d669
2 changed files with 2 additions and 0 deletions
|
|
@ -647,6 +647,7 @@
|
|||
$obj->tags = base64_decode($xmlDoc->post->tags->body);
|
||||
$obj->regdate = base64_decode($xmlDoc->post->regdate->body);
|
||||
$obj->last_update = base64_decode($xmlDoc->post->update->body);
|
||||
$obj->last_updater = base64_decode($xmlDoc->post->last_updater->body);
|
||||
if(!$obj->last_update) $obj->last_update = $obj->regdate;
|
||||
$obj->ipaddress = base64_decode($xmlDoc->post->ipaddress->body);
|
||||
$obj->list_order = $obj->update_order = $obj->document_srl*-1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue