Show
Ignore:
Timestamp:
04/28/08 07:25:55 (19 months ago)
Author:
fumiakiy
Message:

Rewrote the function signature and the call to it in PHP4-friendly way. BugId:79535

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/php/lib/mtdb_base.php

    r2104 r2129  
    449449    } 
    450450 
    451     function &fetch_entries($args, &$total_count = NULL) { 
     451    function &fetch_entries($args, $total_count = NULL) { 
    452452        if ($sql = $this->include_exclude_blogs($args)) { 
    453453            $blog_filter = 'and entry_blog_id ' . $sql;