--- nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/06/06 04:25:45 1.22 +++ nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/07/14 10:02:32 1.23 @@ -11,9 +11,12 @@ /** * Cvs-Log: * - * $Id: Generic.php,v 1.22 2003/06/06 04:25:45 joko Exp $ + * $Id: Generic.php,v 1.23 2003/07/14 10:02:32 jonen Exp $ * * $Log: Generic.php,v $ + * Revision 1.23 2003/07/14 10:02:32 jonen + * removed debug dumper + * * Revision 1.22 2003/06/06 04:25:45 joko * fix: query args get encapsulated once more * @@ -782,13 +785,13 @@ } // filter??? - print "Filter: " . Dumper($this->_query[filter]) . "
"; + //print "Filter: " . Dumper($this->_query[filter]) . "
"; if ($this->_query[filter]) { $query_args[filter] = $this->_query[filter]; } // dispatch action - print "Action: " . $this->_query[action] . "
"; + //print "Action: " . $this->_query[action] . "
"; if ($this->_query[action] == 'write') { $query_args[action] = $this->_query[action]; $query_args[data] = $this->_query[data];