we have to wrap do_template into some functions, else it won't work. fix the display...
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 17 Jul 2011 23:33:21 +0000 (23:33 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:37:17 +0000 (21:37 +0000)
webcit/useredit.c

index ef242981f14737b2bb67c4bb9d4961ad12239e50..c6dee8107671907cacb7ffeca71c723b8a27326f 100644 (file)
@@ -823,7 +823,12 @@ void _display_edituser(void) {
        display_edituser(NULL, 0);
 }
 
-void showuser(void) { do_template("user_show");}
+void showuser(void)
+{
+       output_headers(1, 0, 0, 0, 1, 0);
+       do_template("user_show");
+       end_burst();
+}
 
 
 void