From b9483cbfefc3c7dffc8e0ade6f95bd8bd529c493 Mon Sep 17 00:00:00 2001 From: pnixon Date: Mon, 21 Mar 2005 22:00:43 +0000 Subject: [PATCH] Ooops. Add another space. --- htdocs/badusers.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/badusers.php3 b/htdocs/badusers.php3 index 26af131..2884c1d 100644 --- a/htdocs/badusers.php3 +++ b/htdocs/badusers.php3 @@ -148,7 +148,7 @@ if ($link){ "SELECT " . da_sql_limit($limit,0,$config) . " * FROM $config[sql_badusers_table] WHERE username $usercheck $extra_query AND incidentdate <= '$now_str' AND incidentdate >= '$prev_str' " . da_sql_limit($limit,1,$config) . - "ORDER BY incidentdate $order " . da_sql_limit($limit,2,$config) . " ;"); + " ORDER BY incidentdate $order " . da_sql_limit($limit,2,$config) . " ;"); if ($search){ while( $row = @da_sql_fetch_array($search,$config) ){ $num++; -- 2.39.5