Changeset 2521
- Timestamp:
- 06/06/08 07:40:15 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-39/php/lib/mtdb_base.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/php/lib/mtdb_base.php
r2519 r2521 469 469 } 470 470 471 if ( !$blog ) { 472 global $mt; 473 $blog = $this->fetch_blog($mt->blog_id); 474 } 475 471 476 // determine any custom fields that we should filter on 472 477 $fields = array(); … … 495 500 # $args['lastn'] = $posts; 496 501 # } 497 if ($posts = $blog['blog_entries_on_index']) {498 $limit = $posts;499 }500 502 } 501 503 if ($args['limit'] == 'auto') {
