Changeset 7641
- Timestamp:
- 01/27/07 18:12:20 (18 months ago)
- Files:
-
- 1 modified
-
wp-stats/trunk/stats/stats.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-stats/trunk/stats/stats.php
r7637 r7641 129 129 $where = ''; 130 130 $temp = ''; 131 if(!empty($mode) ||$mode != 'both') {131 if(!empty($mode) && $mode != 'both') { 132 132 $where = "post_type = '$mode'"; 133 133 } else { … … 158 158 $where = ''; 159 159 $temp = ''; 160 if(!empty($mode) ||$mode != 'both') {160 if(!empty($mode) && $mode != 'both') { 161 161 $where = "post_type = '$mode'"; 162 162 } else { … … 187 187 $where = ''; 188 188 $temp = ''; 189 if(!empty($mode) ||$mode != 'both') {189 if(!empty($mode) && $mode != 'both') { 190 190 $where = "post_type = '$mode'"; 191 191 } else { … … 223 223 $where = ''; 224 224 $temp = ''; 225 if(!empty($mode) ||$mode != 'both') {225 if(!empty($mode) && $mode != 'both') { 226 226 $where = "post_type = '$mode'"; 227 227 } else {
