From ff38c9abde1662e8c6021c77c8e174f4f94aed2f Mon Sep 17 00:00:00 2001 From: ovclas Date: Thu, 2 Jun 2011 01:09:29 +0000 Subject: [PATCH] #17 debug ouput variables delete git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8428 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/point/point.controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/point/point.controller.php b/modules/point/point.controller.php index 16674758c..76fff08bf 100644 --- a/modules/point/point.controller.php +++ b/modules/point/point.controller.php @@ -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