From f2079f89df462035836e3fcbaaa57e55de08bbe5 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 8 Jun 2005 02:42:51 +0000 Subject: [PATCH] r247: Removed some debugging code --- search.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/search.php b/search.php index e0e0d25..d0a8f33 100644 --- a/search.php +++ b/search.php @@ -12,8 +12,7 @@ $fetchtemplates = array( 'search', - 'search_results', - //'search_results_bit' + 'search_results' ); require_once('./global.php'); @@ -234,8 +233,6 @@ if ($_REQUEST['do'] == 'results') $numrows = $db->num_rows($search); - print_r($querybuild); - if ($numrows < 1) { $message->error('no results found'); -- 2.22.5