diff options
author | Nathan Kinkade <nath@nkinka.de> | 2014-03-28 12:02:26 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2014-03-28 12:02:26 +0000 |
commit | 17c1a10da649037004cee653eedf9af5f96d6452 (patch) | |
tree | db34f54409a6866cc9fa66004e36ed9ae1d10f64 | |
parent | 45d871d823bb8002e749e32d75eb1b2fd43353d5 (diff) |
Bumped the pagination page count to 5000 per Utpal.
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ error_reporting(E_ALL ^ E_NOTICE); -$results_per_page = '20'; +$results_per_page = '5000'; echo <<<HTML <!DOCTYPE html> |