Changeset 7644

Show
Ignore:
Timestamp:
01/27/07 18:15:47 (1 year ago)
Author:
GamerZ
Message:

Top X Stats Not Working

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-email/trunk/email/email.php

    r7640 r7644  
    484484            $where = ''; 
    485485            $temp = ''; 
    486             if(!empty($mode) || $mode != 'both') { 
     486            if(!empty($mode) && $mode != 'both') { 
    487487                  $where = "post_type = '$mode'"; 
    488488            } else {