fix parameter definition in comment

This commit is contained in:
Uwe Steinmann 2015-04-23 11:26:00 +02:00
parent 107f96e921
commit 1afd3102ab

View File

@ -673,7 +673,8 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
/**
* Get checkout info for document
*
* @return boolean true if locked otherwise false
* @return array/boolean record from table tblDocumentCheckOuts or false
* in case of an error.
*/
function getCheckOutInfo() { /* {{{ */
$db = $this->_dms->getDB();