]> andersk Git - moira.git/commitdiff
Renumber CON_foo #defines for addition of publicflg argument to queries.
authorzacheiss <zacheiss>
Fri, 2 Aug 2002 10:31:32 +0000 (10:31 +0000)
committerzacheiss <zacheiss>
Fri, 2 Aug 2002 10:31:32 +0000 (10:31 +0000)
include/moira_site.h

index e954ad2f40eb2ef627a3e580e1150ceb247403aa..9e6d10dde5c2cf57c6393efbcf41c6c609227220 100644 (file)
 /* Container queries */
 
 #define CON_NAME        0
-#define CON_DESCRIPT    1
-#define CON_LOCATION    2
-#define CON_CONTACT     3
-#define CON_OWNER_TYPE  4
-#define CON_OWNER_NAME  5
-#define CON_MEMACE_TYPE 6
-#define CON_MEMACE_NAME 7
-#define CON_MODTIME     8
-#define CON_MODBY       9
-#define CON_MODWITH     10
-#define CON_END         11
+#define CON_PUBLIC      1
+#define CON_DESCRIPT    2
+#define CON_LOCATION    3
+#define CON_CONTACT     4
+#define CON_OWNER_TYPE  5
+#define CON_OWNER_NAME  6
+#define CON_MEMACE_TYPE 7
+#define CON_MEMACE_NAME 8
+#define CON_MODTIME     9
+#define CON_MODBY       10
+#define CON_MODWITH     11
+#define CON_END         12
 
 /* Directories & files used on the server machine: */
 
This page took 0.828658 seconds and 5 git commands to generate.