From 25f45a694daa56b32b357e9a5fb06b7b10577a58 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 24 Sep 2008 23:03:05 -0700 Subject: BUGFIX: error in SQL syntax for querying ruleset id named a column 'call' which seems to be a reserved word for mysql, so doing a "...AND call='...' " didn't work. Changed to Tabelname.call and everything seems to be ok. Also deleted trailing whitespaces. Signed-off-by: Arun Persaud --- include/db.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include') diff --git a/include/db.php b/include/db.php index 2cc94e9..1e18f95 100644 --- a/include/db.php +++ b/include/db.php @@ -1,5 +1,5 @@