/[cvs]/nfo/php/libs/org.netfrag.patches/phphtmllib/drivers/MemoryDataSource.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.patches/phphtmllib/drivers/MemoryDataSource.php

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

revision 1.5 by jonen, Mon Jul 14 10:07:07 2003 UTC revision 1.6 by jonen, Thu May 6 17:11:55 2004 UTC
# Line 21  Line 21 
21   * $Id$   * $Id$
22   *   *
23   * $Log$   * $Log$
24     * Revision 1.6  2004/05/06 17:11:55  jonen
25     * bugfix related to new phphtmllib-v2.4.1 of Apr 01, 2004
26     *
27   * Revision 1.5  2003/07/14 10:07:07  jonen   * Revision 1.5  2003/07/14 10:07:07  jonen
28   * clean up   * clean up
29   *   *
# Line 211  class MemoryDataSource extends DataListS Line 214  class MemoryDataSource extends DataListS
214    
215          function handle_result() {          function handle_result() {
216            $this->debug("handle_result", "HANDLE RESULT!<br>");            $this->debug("handle_result", "HANDLE RESULT!<br>");
217         $this->propagate_result();         return $this->propagate_result();
218      }      }
219    
220      function propagate_result() {      function propagate_result() {
# Line 226  class MemoryDataSource extends DataListS Line 229  class MemoryDataSource extends DataListS
229            }            }
230          }          }
231        }        }
232                   if ($count > 0) {
233        $this->set_total_rows( $count );              $this->set_total_rows($count);
234        $this->sort();              $this->sort();
235                      return true;
236            } else {
237                return false;
238            }
239      }      }
240    
241          /**          /**

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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