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;
}
//Evtl. von diesem Benutzer gelockte Dokumente werden freigegeben
// unlock documents locked by the user
$queryStr = "DELETE FROM tblDocumentLocks WHERE userID = " . $this->_id;
if (!$db->getResult($queryStr)) {
$db->rollbackTransaction();
@ -806,7 +806,7 @@ class SeedDMS_Core_User {
* same is true for the version of a document which limits the list
* 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
* approvals.
*