mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +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;
|
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;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user