diff options
author | ivan <ivan> | 2005-01-29 12:34:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-01-29 12:34:12 +0000 |
commit | 55a68e4aabe10db4d9c3ab1bb8befd2f9f4b9008 (patch) | |
tree | 44ed1c89bce3e5e204e45347b0c97ccc55ae7972 /httemplate/docs/schema.html | |
parent | d35298e7ac78dff1fde4bf8e6d8f0104260a527e (diff) |
registration codes
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index c5cfd5119..8af8aa9df 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -285,6 +285,17 @@ <li>optionname - option name <li>optionvalue - option value </ul> + <li><a name="reg_code" href="man/FS/reg_code.html">reg_code</A> - One-time registration codes + <ul> + <li>codenum - primary key + <li>code + <li>agentnum - <a href="#agent">Agent</a> + </ul> + <li><a name="reg_code_pkg" href="man/FS/reg_code_pkg.html">reg_code_pkg</A> - Registration code link to package definitions + <ul> + <li>codenum - <a href="#reg_code">Registration code</a> + <li>pkgpart - <a href="#part_pkg">Package definition</a> + </ul> <li><a name="part_referral" href="man/FS/part_referral.html">part_referral</a> - Referral listing <ul> <li>refnum - primary key |