fix indenting

This commit is contained in:
Uwe Steinmann 2021-09-29 17:21:58 +02:00
parent 335c2ffee5
commit b9fb7e2585

View File

@ -3192,7 +3192,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
return false; return false;
if (count($res)!=1) if (count($res)!=1)
return false; return false;
$this->_status = $res[0]; $this->_status = $res[0];
} }
return $this->_status; return $this->_status;
} /* }}} */ } /* }}} */
@ -3290,7 +3290,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
} }
$db->commitTransaction(); $db->commitTransaction();
unset($this->_status); unset($this->_status);
return true; return true;
} /* }}} */ } /* }}} */