fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7523] property: remove debug output


From: Sigurd Nes
Subject: [Fmsystem-commits] [7523] property: remove debug output
Date: Wed, 24 Aug 2011 07:04:09 +0000

Revision: 7523
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7523
Author:   sigurdne
Date:     2011-08-24 07:04:08 +0000 (Wed, 24 Aug 2011)
Log Message:
-----------
property: remove debug output

Modified Paths:
--------------
    trunk/property/inc/class.soentity.inc.php

Modified: trunk/property/inc/class.soentity.inc.php
===================================================================
--- trunk/property/inc/class.soentity.inc.php   2011-08-23 10:21:08 UTC (rev 
7522)
+++ trunk/property/inc/class.soentity.inc.php   2011-08-24 07:04:08 UTC (rev 
7523)
@@ -544,7 +544,7 @@
 
                        $sql .= " $filtermethod $querymethod";
 
-_debug_array($sql);
+//_debug_array($sql);
                        $this->db->query('SELECT count(*) as cnt ' . 
substr($sql,strripos($sql,'from')),__LINE__,__FILE__);
                        $this->db->next_record();
                        $this->total_records = $this->db->f('cnt');




reply via email to

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