mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 14:07:16 +00:00
remove deprecated function setEnableAdminRevApp()
This commit is contained in:
parent
30ac7e3dcb
commit
a55f63c3df
|
@ -221,7 +221,6 @@ class SeedDMS_Core_DMS {
|
|||
$this->contentDir = $contentDir.'/';
|
||||
$this->rootFolderID = 1;
|
||||
$this->maxDirID = 0; //31998;
|
||||
$this->enableAdminRevApp = false;
|
||||
$this->enableConverting = false;
|
||||
$this->convertFileTypes = array();
|
||||
$this->version = '@package_version@';
|
||||
|
@ -320,10 +319,6 @@ class SeedDMS_Core_DMS {
|
|||
return $this->getFolder($this->rootFolderID);
|
||||
} /* }}} */
|
||||
|
||||
function setEnableAdminRevApp($enable) { /* {{{ */
|
||||
$this->enableAdminRevApp = $enable;
|
||||
} /* }}} */
|
||||
|
||||
function setEnableConverting($enable) { /* {{{ */
|
||||
$this->enableConverting = $enable;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user