]> andersk Git - moira.git/commitdiff
add missing range declaration in get_lists_of_member
authormar <mar>
Wed, 27 Sep 1989 17:17:03 +0000 (17:17 +0000)
committermar <mar>
Wed, 27 Sep 1989 17:17:03 +0000 (17:17 +0000)
server/qsupport.qc

index c300eb2977236f9eaf5b2bbc9caae9bee3d00b96..e8e905902764c019a9871c903157829da8b077af 100644 (file)
@@ -2207,6 +2207,7 @@ int get_lists_of_member(q, argv, cl, action, actarg)
     rargv[3] = hidden;
     rargv[4] = maillist;
     rargv[5] = group;
+##  range of m is imembers
     if (direct) {
 ##    repeat retrieve (name = list.#name, active = text(list.#active), 
 ##                  public = text(list.#public), hidden = text(list.#hidden),
This page took 0.51426 seconds and 5 git commands to generate.