Changeset 7151
- Timestamp:
- 11/05/2020 06:55:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/common/functions.php
r7149 r7151 1386 1386 1387 1387 // Initial loop has no offset 1388 $offset = ( 1 === $loop ) 1389 ? 0 1390 : $limit * $loop; 1388 $offset = $limit * ( $loop - 1 ); 1391 1389 1392 1390 // Calculate user IDs to include
Note: See TracChangeset
for help on using the changeset viewer.