#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:
ovclas 2011-06-02 01:09:29 +00:00
parent 69d0a31be0
commit ff38c9abde

View file

@ -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