mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix indenting
This commit is contained in:
parent
335c2ffee5
commit
b9fb7e2585
|
@ -3192,7 +3192,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
return false;
|
||||
if (count($res)!=1)
|
||||
return false;
|
||||
$this->_status = $res[0];
|
||||
$this->_status = $res[0];
|
||||
}
|
||||
return $this->_status;
|
||||
} /* }}} */
|
||||
|
@ -3290,7 +3290,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
}
|
||||
|
||||
$db->commitTransaction();
|
||||
unset($this->_status);
|
||||
unset($this->_status);
|
||||
return true;
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user