This commit is contained in:
Uwe Steinmann 2020-03-04 18:27:10 +01:00
parent 6950f7777e
commit d928c43981

View File

@ -182,7 +182,7 @@ class SeedDMS_Core_Role { /* {{{ */
* *
* @return boolean true on success or false in case of an error * @return boolean true on success or false in case of an error
*/ */
function remove($user) { /* {{{ */ function remove() { /* {{{ */
$db = $this->_dms->getDB(); $db = $this->_dms->getDB();
$queryStr = "DELETE FROM `tblRoles` WHERE `id` = " . $this->_id; $queryStr = "DELETE FROM `tblRoles` WHERE `id` = " . $this->_id;