mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-29 19:03:34 +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;
|
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.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user