Changeset 3033:5691f5e1ccc6 for inc
- Timestamp:
- 07/03/15 13:14:05 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r2800 r3033 964 964 } 965 965 966 if (!empty($params['where'])) { 967 $strReq .= $params['where'].' '; 968 } 969 966 970 if (!empty($params['sql'])) { 967 971 $strReq .= $params['sql'].' ';
Note: See TracChangeset
for help on using the changeset viewer.