From 3f600d61369e2c09c0500cb2691c759bc991439b Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 26 Mar 2004 16:14:04 +0000 Subject: [PATCH] Fix bug ; double line --- html/jrn_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/jrn_search.php b/html/jrn_search.php index 7cc0fd176..bc15b0160 100644 --- a/html/jrn_search.php +++ b/html/jrn_search.php @@ -76,7 +76,7 @@ $condition=$condition." ".$part; if ( $g_UserProperty['use_admin'] != 1 ) { $condition.=" uj_priv in ('W','R') and uj_login='".$g_user."'" ; } else { - $condition.=" 1=1 "; + $condition.=" uj_login='$g_user' "; }