]> andersk Git - moira.git/commitdiff
Don't output seperate lines for each sublist.
authorzacheiss <zacheiss>
Thu, 12 May 2005 05:21:55 +0000 (05:21 +0000)
committerzacheiss <zacheiss>
Thu, 12 May 2005 05:21:55 +0000 (05:21 +0000)
gen/confluence.gen

index b39011a4114b38165520d67505992f382157afbc..333a500fa6c6a720245aa70f80c432f35b0b0c57 100755 (executable)
@@ -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;
     
This page took 0.059221 seconds and 5 git commands to generate.