mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -99,7 +99,7 @@ class pointModel extends point
|
|||
if(count($member_srls)==0) return;
|
||||
array_unique($member_srls);
|
||||
|
||||
$oModuleModel = &getModel('module');
|
||||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
|
||||
$info = array();
|
||||
|
|
@ -180,7 +180,7 @@ class pointModel extends point
|
|||
|
||||
if($output->total_count)
|
||||
{
|
||||
$oModuleModel = &getModel('module');
|
||||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
|
||||
foreach($output->data as $key => $val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue