]> andersk Git - moira.git/blobdiff - server/qfollow.pc
Add sponsor_type/sponsor_id column to users table, and client support for manipulatin...
[moira.git] / server / qfollow.pc
index 46ea2da9db9fa554907731ab1757c23dc91d7d5d..5a84ba349d6300f5c965ecd84fe17a168cc83a29 100644 (file)
@@ -1045,6 +1045,13 @@ int followup_get_user(struct query *q, struct save_queue *sq, struct
       if (status && status != MR_NO_MATCH)
        return status;
 
+      if (q->version > 11)
+       {
+         status = fix_ace(argv[15], &argv[16]);
+         if (status && status != MR_NO_MATCH)
+           return status;
+       }
+
       (*action)(q->vcnt, argv, actarg);
       for (k = 0; k < q->vcnt; k++)
        free(argv[k]);
@@ -1053,7 +1060,3 @@ int followup_get_user(struct query *q, struct save_queue *sq, struct
   sq_destroy(sq);
   return MR_SUCCESS;
 }
-
-
-
-
This page took 0.03098 seconds and 4 git commands to generate.