remove deprecated function setEnableAdminRevApp()

This commit is contained in:
Uwe Steinmann 2013-02-27 20:38:35 +01:00
parent 30ac7e3dcb
commit a55f63c3df

View File

@ -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;
} /* }}} */