BUGFIX: error in SQL syntax for querying ruleset id
authorArun Persaud <arun@nubati.net>
Thu, 25 Sep 2008 06:03:05 +0000 (23:03 -0700)
committerArun Persaud <arun@nubati.net>
Thu, 25 Sep 2008 06:03:05 +0000 (23:03 -0700)
commit25f45a694daa56b32b357e9a5fb06b7b10577a58
tree3a45362abccc44336cdd24deb75bb1c777c9cd3d
parentc61b826c7cee9145275442848f92aeb4b6d10d08
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 <arun@nubati.net>
include/db.php