Changeset 447
- Timestamp:
- 01/08/08 23:24:24 (11 months ago)
- Files:
-
- trunk/lib/Data/ObjectDriver/ResultSet.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/Data/ObjectDriver/ResultSet.pm
r446 r447 390 390 my $self = shift; 391 391 392 # An iterator only ResultSet doesn't have a class (or any paramaters for 393 # that matter) so don't try to search for anything. 394 return unless $self->class; 395 392 396 # If results are already loaded, see if they need to be filtered and return 393 397 # them
