* migrate the WHO struct to strbuf
[citadel.git] / webcit / preferences.c
index ecec9e05db178afc52315bdc9d6832eb4fe5eda0..116b5431670111dfdb97fde292013904ac128a9b 100644 (file)
@@ -688,6 +688,11 @@ void tmplput_CFG_Descr(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *
 }
 
 
+void CfgZoneTempl(StrBuf *TemplBuffer, void *Context)
+{
+
+}
+
 
 void 
 InitModule_PREFERENCES
@@ -709,5 +714,6 @@ InitModule_PREFERENCES
        
        RegisterNamespace("PREF:VALUE", 1, 1, tmplput_CFG_Value);
        RegisterNamespace("PREF:DESCR", 1, 1, tmplput_CFG_Descr);
+       RegisterIterator("PREF:ZONE", ZoneHash, NULL, CfgZoneTempl, NULL);
 }
 /*@}*/