Changeset 122

Show
Ignore:
Timestamp:
05/16/08 15:00:40 (3 months ago)
Author:
felix
Message:

datasetfix (to use arrays instead db-driven source)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rapyd/components/dataset.php

    r113 r122  
    107107    { 
    108108      $this->type  = "array"; 
    109       $this->total_rows = count($data); 
     109      $this->total_rows = count($this->source); 
    110110    } 
    111111