Changeset 7641

Show
Ignore:
Timestamp:
01/27/07 18:12:20 (18 months ago)
Author:
GamerZ
Message:

Top X Stats Not Working

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wp-stats/trunk/stats/stats.php

    r7637 r7641  
    129129      $where = ''; 
    130130      $temp = ''; 
    131       if(!empty($mode) || $mode != 'both') { 
     131      if(!empty($mode) && $mode != 'both') { 
    132132            $where = "post_type = '$mode'"; 
    133133      } else { 
     
    158158      $where = ''; 
    159159      $temp = ''; 
    160       if(!empty($mode) || $mode != 'both') { 
     160      if(!empty($mode) && $mode != 'both') { 
    161161            $where = "post_type = '$mode'"; 
    162162      } else { 
     
    187187      $where = ''; 
    188188      $temp = ''; 
    189       if(!empty($mode) || $mode != 'both') { 
     189      if(!empty($mode) && $mode != 'both') { 
    190190            $where = "post_type = '$mode'"; 
    191191      } else { 
     
    223223      $where = ''; 
    224224      $temp = ''; 
    225       if(!empty($mode) || $mode != 'both') { 
     225      if(!empty($mode) && $mode != 'both') { 
    226226            $where = "post_type = '$mode'"; 
    227227      } else {