/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Generic.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Generic.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by joko, Fri Jun 6 04:25:45 2003 UTC revision 1.23 by jonen, Mon Jul 14 10:02:32 2003 UTC
# Line 14  Line 14 
14   * $Id$   * $Id$
15   *   *
16   * $Log$   * $Log$
17     * Revision 1.23  2003/07/14 10:02:32  jonen
18     * removed debug dumper
19     *
20   * Revision 1.22  2003/06/06 04:25:45  joko   * Revision 1.22  2003/06/06 04:25:45  joko
21   * fix: query args get encapsulated once more   * fix: query args get encapsulated once more
22   *   *
# Line 782  class DataSource_Generic extends DesignP Line 785  class DataSource_Generic extends DesignP
785              }              }
786                            
787              // filter???              // filter???
788              print "Filter: " . Dumper($this->_query[filter]) . "<br>";              //print "Filter: " . Dumper($this->_query[filter]) . "<br>";
789              if ($this->_query[filter]) {              if ($this->_query[filter]) {
790                $query_args[filter] = $this->_query[filter];                $query_args[filter] = $this->_query[filter];
791              }              }
792                            
793              // dispatch action              // dispatch action
794              print "Action: " . $this->_query[action] . "<br>";              //print "Action: " . $this->_query[action] . "<br>";
795              if ($this->_query[action] == 'write') {              if ($this->_query[action] == 'write') {
796               $query_args[action] = $this->_query[action];               $query_args[action] = $this->_query[action];
797               $query_args[data] = $this->_query[data];               $query_args[data] = $this->_query[data];

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed