mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
replace comment in german, fix typo
This commit is contained in:
parent
552dc07599
commit
625462712d
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user