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