Index: branches/unlabeled/unlabeled-1.34.2/core/units/general/cat_dbitem.php =================================================================== diff -u -r6588 -r6842 --- branches/unlabeled/unlabeled-1.34.2/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 6588) +++ branches/unlabeled/unlabeled-1.34.2/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 6842) @@ -50,7 +50,7 @@ $this->SetDBField('Modified', adodb_mktime() ); if ($this->mode != 't' && !$this->Application->IsAdmin()) { - $this->SetDBField('CreatedById', $this->Application->GetVar('u_id')); + $this->SetDBField('CreatedById', $this->Application->RecallVar('user_id')); } if ($this->useFilenames) { @@ -77,7 +77,7 @@ { $this->VirtualFields['ResourceId'] = Array(); $this->SetDBField('Modified', adodb_mktime() ); - $this->SetDBField('ModifiedById', $this->Application->GetVar('u_id')); + $this->SetDBField('ModifiedById', $this->Application->RecallVar('user_id')); if ($this->useFilenames) { $this->checkFilename();