From 00cc8677e25a98e81d70757cc02991e63ee3b975 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 3 Jul 2004 07:26:28 +0000 Subject: Patch for bug 248001: Conversion of boolean conditions in SQL statements for better DB independence; patch by David Lawrence ; r=joel, vladd; a=justdave. --- editgroups.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editgroups.cgi') diff --git a/editgroups.cgi b/editgroups.cgi index a0af0be12..4390b5d44 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -274,7 +274,7 @@ if ($action eq 'changeform') { " LEFT JOIN group_group_map as B" . " ON B.member_id = groups.id" . " AND B.grantor_id = $group_id" . - " AND B.isbless" . + " AND B.isbless = 1" . " WHERE groups.id != $group_id ORDER by name"); while (MoreSQLData()) { -- cgit v1.2.3-24-g4f1b