]> andersk Git - moira.git/commitdiff
Only include status 1 or status 9 users.
authorzacheiss <zacheiss>
Tue, 8 Jun 2004 05:19:14 +0000 (05:19 +0000)
committerzacheiss <zacheiss>
Tue, 8 Jun 2004 05:19:14 +0000 (05:19 +0000)
gen/ldap.gen

index 4efa512a8828545a635f7c9b3ea53a2c1d36e75a..bf0f95650fe46215312de9d3819d19b2da5d8d7b 100755 (executable)
@@ -86,6 +86,7 @@ while (($name) = $sth0->fetchrow_array) {
                         "list l WHERE l.name = " . $dbh->quote($name) .
                         "AND l.list_id = i.list_id " .
                         "AND i.member_type = 'USER' " .
+                        "AND (u.status = 1 OR u.status = 9) " .
                         "AND i.member_id = u.users_id") || exit $MR_DBMS_ERR;
     $sth->execute;
 
This page took 0.042143 seconds and 5 git commands to generate.