Commit: b8cf248dc8fc004b41367dc9979af6fc778daf98 Author: Sobak <msobaczew...@gmail.com> Sun, 19 Apr 2020 11:37:27 +0200 Parents: f2ba4f0a197ede7cca036c7afd0411cfe81b360b Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=b8cf248dc8fc004b41367dc9979af6fc778daf98 Log: Push temporary hidden debug message to help resolve pagination issue Changed paths: M manage/user-notes.php Diff: diff --git a/manage/user-notes.php b/manage/user-notes.php index cb4ad15..da2145c 100644 --- a/manage/user-notes.php +++ b/manage/user-notes.php @@ -375,6 +375,12 @@ if (!$action) { "number of votes placed in a small timeframe to help detect spam and other potential abuse.</p>\n". "<p>Also note that a <em>0.0.0.0</em> IP address indicates a client IP could not be resolved at the time of voting.</p>"; } + // Temp debug + // @todo remove + echo '<!-- '; + print_r($_REQUEST, false); + print_r($search_votes, false); + echo ' -->'; if((isset($_REQUEST["view"]) || isset($_REQUEST['keyword'])) && isset($search_votes) && $search_votes === true) { $keyword = isset($_REQUEST['keyword']) ? '&keyword=' . urlencode($_REQUEST['keyword']) : ''; // Setting type is here only to avoid notice or more conditions. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php