From 81180dcd10bde44f4a3eeddcf1974a1adc3d9995 Mon Sep 17 00:00:00 2001
From: tomas <tomas@cfc7b370-4200-0410-a6e3-cb6bdb053afe>
Date: Tue, 22 Feb 2005 03:53:47 +0000
Subject: [PATCH] mistake

---
 livesupport/modules/storageServer/var/DataEngine.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/livesupport/modules/storageServer/var/DataEngine.php b/livesupport/modules/storageServer/var/DataEngine.php
index fdadd3623..894d22562 100644
--- a/livesupport/modules/storageServer/var/DataEngine.php
+++ b/livesupport/modules/storageServer/var/DataEngine.php
@@ -23,7 +23,7 @@
  
  
     Author   : $Author: tomas $
-    Version  : $Revision: 1.6 $
+    Version  : $Revision: 1.7 $
     Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/DataEngine.php,v $
 
 ------------------------------------------------------------------------------*/
@@ -311,7 +311,7 @@ class DataEngine{
                 (!is_null($obNs)? " AND m.predns='$obNs'":'')."\n".
                 "ORDER BY m.object".($desc? ' DESC':'')."\n";
         }
-        echo "\n---\n$sql\n---\n";
+        // echo "\n---\n$sql\n---\n";
         $cnt = $this->_getNumRows($sql);
         if(PEAR::isError($cnt)) return $cnt;
         $res = $this->dbc->getCol($sql.$limitPart);