From 87a02088f451073ac5fbf197e4ce414edb5ab4ad Mon Sep 17 00:00:00 2001 From: zacheiss Date: Thu, 12 May 2005 05:21:55 +0000 Subject: [PATCH 1/1] Don't output seperate lines for each sublist. --- gen/confluence.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/confluence.gen b/gen/confluence.gen index b39011a4..333a500f 100755 --- a/gen/confluence.gen +++ b/gen/confluence.gen @@ -28,7 +28,7 @@ while (($root_list_id, $hostname) = $sth0->fetchrow_array) { $sth = $dbh->prepare("SELECT l.name FROM list l, imembers i " . "WHERE i.list_id = " . $dbh->quote($root_list_id) . "AND i.member_type = 'LIST' " . - "AND i.member_id = l.list_id " . + "AND i.member_id = l.list_id AND i.direct = 1 " . "ORDER BY l.name") || exit $MR_DBMS_ERR; $sth->execute; -- 2.45.2