replace comment in german, fix typo

This commit is contained in:
Uwe Steinmann 2016-02-10 10:03:21 +01:00
parent 552dc07599
commit 625462712d

View File

@ -483,7 +483,7 @@ class SeedDMS_Core_User {
return false; return false;
} }
//Evtl. von diesem Benutzer gelockte Dokumente werden freigegeben // unlock documents locked by the user
$queryStr = "DELETE FROM tblDocumentLocks WHERE userID = " . $this->_id; $queryStr = "DELETE FROM tblDocumentLocks WHERE userID = " . $this->_id;
if (!$db->getResult($queryStr)) { if (!$db->getResult($queryStr)) {
$db->rollbackTransaction(); $db->rollbackTransaction();
@ -806,7 +806,7 @@ class SeedDMS_Core_User {
* same is true for the version of a document which limits the list * same is true for the version of a document which limits the list
* further. * further.
* *
* For a detaile description of the result array see * For a detailed description of the result array see
* {link SeedDMS_Core_User::getApprovalStatus} which does the same for * {link SeedDMS_Core_User::getApprovalStatus} which does the same for
* approvals. * approvals.
* *