Changeset 2129 for branches/release-36/php/lib/mtdb_base.php
- Timestamp:
- 04/28/08 07:25:55 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-36/php/lib/mtdb_base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/php/lib/mtdb_base.php
r2104 r2129 449 449 } 450 450 451 function &fetch_entries($args, &$total_count = NULL) {451 function &fetch_entries($args, $total_count = NULL) { 452 452 if ($sql = $this->include_exclude_blogs($args)) { 453 453 $blog_filter = 'and entry_blog_id ' . $sql;
