mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#17 debug ouput variables delete
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8428 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
69d0a31be0
commit
ff38c9abde
1 changed files with 2 additions and 2 deletions
|
|
@ -487,8 +487,8 @@
|
|||
$point = $args->point;
|
||||
// If there are points, update, if no, insert
|
||||
$oPointModel = &getModel('point');
|
||||
if($oPointModel->isExistsPoint($member_srl)) $output = executeQuery("point.updatePoint", $args);
|
||||
else $output = executeQuery("point.insertPoint", $args);
|
||||
if($oPointModel->isExistsPoint($member_srl)) executeQuery("point.updatePoint", $args);
|
||||
else executeQuery("point.insertPoint", $args);
|
||||
// Get a new level
|
||||
$level = $oPointModel->getLevel($point, $config->level_step);
|
||||
// If existing level and a new one are different attempt to set a point group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue