diff --git a/SeedDMS_Core/Core/inc.ClassDocumentCategory.php b/SeedDMS_Core/Core/inc.ClassDocumentCategory.php index c859352fb..3951a5c9f 100644 --- a/SeedDMS_Core/Core/inc.ClassDocumentCategory.php +++ b/SeedDMS_Core/Core/inc.ClassDocumentCategory.php @@ -74,20 +74,6 @@ class SeedDMS_Core_DocumentCategory { return true; } /* }}} */ - function getCategories() { /* {{{ */ - $db = $this->_dms->getDB(); - - $queryStr = "SELECT * FROM `tblCategory`"; - return $db->getResultArray($queryStr); - } /* }}} */ - - function addCategory($keywords) { /* {{{ */ - $db = $this->_dms->getDB(); - - $queryStr = "INSERT INTO `tblCategory` (`category`) VALUES (".$db->qstr($keywords).")"; - return $db->getResult($queryStr); - } /* }}} */ - function remove() { /* {{{ */ $db = $this->_dms->getDB(); diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 579beeec0..ef028bb7c 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -30,6 +30,7 @@ - add method SeedDMS_Core_Document::transferToUser() - SeedDMS_Core_Document::addDocumentFile() returns object of file - add SeedDMS_Core_DocumentFile::setDate() +- remove SeedDMS_Core_DocumentCategory::addCategory() and getCategories()