Show
Ignore:
Timestamp:
05/28/08 07:11:02 (18 months ago)
Author:
takayama
Message:

Fixed BugId:79904
* Changed to use MTCommentLink
* Added support for filtering of no class to fetch_entries

Files:
1 modified

Legend:

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

    r2326 r2450  
    749749        } 
    750750        $class_filter = "and entry_class='$class'"; 
     751        if ($args['class'] == '*') $class_filter = ''; 
    751752         
    752753        $join_score = "";