mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
rename getNotificationsByGroup() to getNotifications()
This commit is contained in:
parent
22aa803984
commit
ec8f40cf1f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user