From 9a07772626fb703b929eced7b0944d51b7a1acdf Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 23 Apr 2018 09:14:45 +0100 Subject: [PATCH] remove commented out echo --- functions.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.inc.php b/functions.inc.php index b0cdc21c..c0e74c6d 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -557,8 +557,6 @@ function create_page_browser($idxfield, $querypart) { WHERE (row % $page_size) IN (0,$page_size_zerobase) OR row = $count_results"; } - # echo "

$query"; - # TODO: $query is MySQL-specific # PostgreSQL: