--- nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/03/27 16:24:26 1.9 +++ nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/03/28 03:01:02 1.10 @@ -12,9 +12,12 @@ * Cvs-Log: * *
- * $Id: Generic.php,v 1.9 2003/03/27 16:24:26 jonen Exp $
+ * $Id: Generic.php,v 1.10 2003/03/28 03:01:02 joko Exp $
  *
  * $Log: Generic.php,v $
+ * Revision 1.10  2003/03/28 03:01:02  joko
+ * more fancy debugging-output
+ *
  * Revision 1.9  2003/03/27 16:24:26  jonen
  * + mugled namespace
  * + added enhanced 'queryData'
@@ -781,7 +784,7 @@
       // trace
         if ($this->_debug[notice]) {
           //print "_result = " . Dumper($this->_result);
-          print "DataSource::Generic->_result_count = " . $this->_result_count . "
"; + print "
Debug: DataSource::Generic->_result_count = " . $this->_result_count . "
"; } return $this->_result;