rename getNotificationsByGroup() to getNotifications()

This commit is contained in:
Uwe Steinmann 2016-03-08 14:56:27 +01:00
parent 22aa803984
commit ec8f40cf1f

View File

@ -357,7 +357,7 @@ class SeedDMS_Core_Group {
* @param integer $type type of item (T_DOCUMENT or T_FOLDER)
* @return array array of notifications
*/
function getNotificationsByGroup($type=0) { /* {{{ */
function getNotifications($type=0) { /* {{{ */
$db = $this->_dms->getDB();
$queryStr = "SELECT `tblNotify`.* FROM `tblNotify` ".
"WHERE `tblNotify`.`groupID` = ". $this->_id;