mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
Don't display duplicate notify to the administrator.
This commit is contained in:
parent
b233d44cfa
commit
b986f9b56b
2 changed files with 56 additions and 29 deletions
|
|
@ -309,9 +309,13 @@ class ncenterliteModel extends ncenterlite
|
|||
$args = new stdClass();
|
||||
$args->is_admin = 'Y';
|
||||
$output = executeQueryArray('ncenterlite.getMemberAdmins', $args);
|
||||
if(!$output->data) $output->data = array();
|
||||
|
||||
return $output;
|
||||
$member_srl = array();
|
||||
foreach($output->data as $member)
|
||||
{
|
||||
$member_srl[] = $member->member_srl;
|
||||
}
|
||||
|
||||
return $member_srl;
|
||||
}
|
||||
|
||||
function _getNewCount($member_srl=null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue