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