Changes between Initial Version and Version 1 of Ticket #41819, comment 1
- Timestamp:
- 09/06/2017 06:39:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41819, comment 1
initial v1 8 8 using {{{get_site_by()}}} and {{{get_network_by()}}}. I will have to look better into that, if that's ok. 9 9 10 This patch also takes care of a previous problem with {{{paged}}} as 0, where the previous generated SQL query would contain a negative start value in the LIMIT clause. When it's 0 it's treated as the default value of 1. 10 This patch also takes care of {{{paged}}} as 0, to avoid a negative start value in the LIMIT clause. 11 12 When it's 0 it's treated as the default value of 1.