Changeset 122
- Timestamp:
- 05/16/08 15:00:40 (3 months ago)
- Files:
-
- trunk/rapyd/components/dataset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rapyd/components/dataset.php
r113 r122 107 107 { 108 108 $this->type = "array"; 109 $this->total_rows = count($ data);109 $this->total_rows = count($this->source); 110 110 } 111 111