Changeset 2111
- Timestamp:
- 04/26/08 00:10:25 (22 months ago)
- Files:
-
- 1 modified
-
branches/release-36/lib/MT/App.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/lib/MT/App.pm
r2102 r2111 422 422 limit => $limit, 423 423 rows => scalar @data, 424 listTotal => $class->count( $terms, $args ) ,424 listTotal => $class->count( $terms, $args ) || 0, 425 425 chronological => $param->{list_noncron} ? 0 : 1, 426 426 return_args => $app->make_return_args,
