Changeset 242
- Timestamp:
- 08/22/06 23:22:17 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/active_record_helper.php
r228 r242 625 625 } 626 626 627 return sprintf($format, $start, $end, $object->pagination_count);627 return $object->pagination_count ? sprintf($format, $start, $end, $object->pagination_count) : null; 628 628 } 629 629
