* add way to have tokens do their custom parse-time preevaluation; this involves...
[citadel.git] / webcit / paramhandling.c
index c00f9de03121235e67c675b2276cbecb1d690e73..f17fe08df9f07f01e4faf7bf915fe09cbb59e39b 100644 (file)
@@ -424,8 +424,8 @@ InitModule_PARAMHANDLING
        WebcitAddUrlHandler(HKEY("diagnostics"), diagnostics, NEED_URL);
 
        RegisterConditional(HKEY("COND:BSTR"), 1, ConditionalBstr, CTX_NONE);
-       RegisterNamespace("BSTR", 1, 2, tmplput_bstr, CTX_NONE);
-       RegisterNamespace("URLPART", 1, 2, tmplput_url_part, CTX_NONE);
+       RegisterNamespace("BSTR", 1, 2, tmplput_bstr, NULL, CTX_NONE);
+       RegisterNamespace("URLPART", 1, 2, tmplput_url_part, NULL, CTX_NONE);
 }