fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6798] property: comment debug message


From: Sigurd Nes
Subject: [Fmsystem-commits] [6798] property: comment debug message
Date: Tue, 18 Jan 2011 14:41:43 +0000

Revision: 6798
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6798
Author:   sigurdne
Date:     2011-01-18 14:41:42 +0000 (Tue, 18 Jan 2011)
Log Message:
-----------
property: comment debug message

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-01-18 13:42:46 UTC (rev 
6797)
+++ trunk/property/inc/class.soentity.inc.php   2011-01-18 14:41:42 UTC (rev 
6798)
@@ -493,7 +493,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]