From: Arun Persaud Date: Thu, 25 Sep 2008 06:03:05 +0000 (-0700) Subject: BUGFIX: error in SQL syntax for querying ruleset id X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f45a694daa56b32b357e9a5fb06b7b10577a58;p=e-DoKo.git 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 --- 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 @@