]> andersk Git - moira.git/commitdiff
add_user_group modified to side-effect the time for tbs for groups as
authorwesommer <wesommer>
Fri, 11 Sep 1987 15:31:58 +0000 (15:31 +0000)
committerwesommer <wesommer>
Fri, 11 Sep 1987 15:31:58 +0000 (15:31 +0000)
well as the other things.

server/qsupport.qc

index 09efa598f91840f2a64288593316da7bc6ae00ef..fed050f9b3811e7e558d2056f2ab0fe26278094d 100644 (file)
@@ -6,13 +6,20 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.14  1987-09-04 17:50:03  mike
- *     Renamed delete_list_members to followup_delete_list.  New routine removes
- *     list from maillists and groups tables in addition to the members table.
- *
- *     Added routines validate_label and validate_label_2 used in validating
- *     filesys labels for get_filesys and delete_filesys respectively.
+ *     Revision 1.15  1987-09-11 15:31:58  wesommer
+ *     add_user_group modified to side-effect the time for tbs for groups as 
+ *     well as the other things.
  *
+Revision 1.15  87/09/10  22:44:49  wesommer
+One more table needs to be modified when adding the user-group.
+
+Revision 1.14  87/09/04  17:50:03  mike
+Renamed delete_list_members to followup_delete_list.  New routine removes
+list from maillists and groups tables in addition to the members table.
+
+Added routines validate_label and validate_label_2 used in validating
+filesys labels for get_filesys and delete_filesys respectively.
+
 Revision 1.13  87/09/01  16:24:01  wesommer
 A list should be considered modified if its acl changes.
 
@@ -1386,10 +1393,13 @@ add_user_group(q, argv)
 ##      repeat retrieve (exists = any(g.#gid where g.#gid = @gid))
     }
 ##  repeat replace v (value = @gid) where v.name = "gid"
-
     /* add list to group table */
 ##  repeat append groups (#list_id = @list_id, ltid = list.tid, #gid = @gid)
 ##      where list.#list_id = @list_id
+
+##  repeat replace tbs (modtime = "now", appends = tbs.appends + 1)
+##             where tbs.table = "groups"
+
 ##  repeat replace tbs (modtime = "now", appends = tbs.appends + 1)
 ##         where tbs.table = "members"
 
This page took 0.071778 seconds and 5 git commands to generate.