Changeset 5798 for branches/1.6/plugins/MT_Meta_RecentPS_Default/index.php
- Timestamp:
- 04/21/08 22:34:25 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/plugins/MT_Meta_RecentPS_Default/index.php
r5717 r5798 99 99 100 100 $paging['page'] = $page; 101 $paging['total'] = getEntriesTotalCount($blogid);101 $paging['total'] = POD::queryCell("SELECT COUNT(*) FROM {$database['prefix']}Entries e WHERE $multiple e.draft = 0 $visibility AND e.category >= 0"); 102 102 103 103 $html .= getPagingView($paging, $skin->paging, $skin->pagingItem).CRLF;
