Changeset 764:1f013109b32f for inc/core/class.dc.blog.php
- Timestamp:
- 11/14/11 16:09:59 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r756 r764 1463 1463 if (preg_match('/^null$/i',$id)) { 1464 1464 $queries[$id] = 'P.cat_id IS NULL'; 1465 if ( $not[$id]) {1465 if (isset($not[$id]) && ($not[$id] == 1)) { 1466 1466 $nullExcluded = true; 1467 1467 }
Note: See TracChangeset
for help on using the changeset viewer.