Changeset 2315:b3620dcad205
- Timestamp:
- 10/09/13 06:30:38 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r2312 r2315 771 771 if ($count_only) 772 772 { 773 $strReq = 'SELECT count( P.post_id) ';773 $strReq = 'SELECT count(DISTINCT P.post_id) '; 774 774 } 775 775 elseif (!empty($params['sql_only']))
Note: See TracChangeset
for help on using the changeset viewer.