remove bogus methods from SeedDMS_Core_DocumentCategory

This commit is contained in:
Uwe Steinmann 2017-12-19 06:23:44 +01:00
parent 91eee66099
commit 476e2d15d5
2 changed files with 1 additions and 14 deletions

View File

@ -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();

View File

@ -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()
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">