From 55534a8784fbd98de52aff854618374d0abdba51 Mon Sep 17 00:00:00 2001 From: wesommer Date: Fri, 11 Sep 1987 15:31:58 +0000 Subject: [PATCH] add_user_group modified to side-effect the time for tbs for groups as well as the other things. --- server/qsupport.qc | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/server/qsupport.qc b/server/qsupport.qc index 09efa598..fed050f9 100644 --- a/server/qsupport.qc +++ b/server/qsupport.qc @@ -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" -- 2.45.2