Changeset 3649:3b0b868d58b0 for admin/comments.php
- Timestamp:
- 01/12/18 07:57:00 (5 years ago)
- Branch:
- default
- Children:
- 3650:11cb6291eea7, 3651:6980a7a06518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r3560 r3649 78 78 79 79 if (!empty($_GET['nb']) && (integer) $_GET['nb'] > 0) { 80 if ($nb_per_page != $_GET['nb']) {80 if ($nb_per_page != (integer) $_GET['nb']) { 81 81 $show_filters = true; 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.