* create function to parse the output of goto into our folder structure
[citadel.git] / webcit / tasks.c
index 7b9552e86285284724f1210cf8562d0da2869160..373da4fcff45ed898d87530ec70b4e04a3be9a18 100644 (file)
@@ -133,7 +133,7 @@ int tasks_RenderView_or_Tail(SharedMessageStatus *Stat,
                p = icalcomponent_get_first_property(Cal->cal,
                        ICAL_SUMMARY_PROPERTY);
                wc_printf("<a href=\"display_edit_task?msgnum=%ld?taskrm=", Cal->cal_msgnum);
-               urlescputs(ChrPtr(WC->wc_roomname));
+               urlescputs(ChrPtr(WC->CurRoom.name));
                wc_printf("\">");
                /* wc_printf("<img align=middle "
                "src=\"static/taskmanag_16x.gif\" border=0>&nbsp;"); */