mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
update user
This commit is contained in:
@@ -194,7 +194,7 @@ class TagLib
|
|||||||
],
|
],
|
||||||
array(
|
array(
|
||||||
'updateamum' => date('Y-m-d H:i:s'),
|
'updateamum' => date('Y-m-d H:i:s'),
|
||||||
'updatevon' => 'Manually',
|
'updatevon' => getAuthUID(),
|
||||||
));
|
));
|
||||||
|
|
||||||
if (isError($resultUpdateNotiz))
|
if (isError($resultUpdateNotiz))
|
||||||
@@ -208,10 +208,10 @@ class TagLib
|
|||||||
$resultInsertNotiz = $this->_ci->NotizModel->insert(array(
|
$resultInsertNotiz = $this->_ci->NotizModel->insert(array(
|
||||||
'titel' => 'TAG',
|
'titel' => 'TAG',
|
||||||
'text' => 'AUTOMATED TAG',
|
'text' => 'AUTOMATED TAG',
|
||||||
'verfasser_uid' => self::BATCHUSER, //has to be an uid //TODO (auth UID)
|
'verfasser_uid' => getAuthUID(),
|
||||||
'erledigt' => false,
|
'erledigt' => false,
|
||||||
'insertamum' => date('Y-m-d H:i:s'),
|
'insertamum' => date('Y-m-d H:i:s'),
|
||||||
'insertvon' => 'Manually',
|
'insertvon' => getAuthUID(),
|
||||||
'typ' => $tag
|
'typ' => $tag
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user