fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9855] controller: remove debug statement


From: Sigurd Nes
Subject: [Fmsystem-commits] [9855] controller: remove debug statement
Date: Wed, 15 Aug 2012 07:23:05 +0000

Revision: 9855
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9855
Author:   sigurdne
Date:     2012-08-15 07:23:04 +0000 (Wed, 15 Aug 2012)
Log Message:
-----------
controller:  remove debug statement

Modified Paths:
--------------
    trunk/controller/inc/class.socheck_list.inc.php

Modified: trunk/controller/inc/class.socheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.socheck_list.inc.php     2012-08-15 07:20:53 UTC 
(rev 9854)
+++ trunk/controller/inc/class.socheck_list.inc.php     2012-08-15 07:23:04 UTC 
(rev 9855)
@@ -69,7 +69,6 @@
                $this->db->query($sql);
                $this->db->next_record();
                        
-_debug_array($this->unmarshal($this->db->f('cl_status'), 'int'));
                $check_list = new 
controller_check_list($this->unmarshal($this->db->f('cl_id'), 'int'));
                
$check_list->set_control_id($this->unmarshal($this->db->f('control_id'), 
'int'));
                
$check_list->set_status($this->unmarshal($this->db->f('cl_status'), 'int'));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]