by Harry Coin: remove deprecated -t option from the debian init script.
[citadel.git] / webcit / dav_propfind.c
index 66b2063e9139dfc3f1081b4ee9263035d00705ae..64e7a1297c470d22860661d3e1cf74002a0acb10 100644 (file)
@@ -167,7 +167,7 @@ const folder *GetRESTFolder(int IgnoreFloor, HashList *Subfolders)
                        {
                                DeleteHashPos(&itd);
                                
-                               syslog(0, "5\n");
+                               syslog(LOG_DEBUG, "5\n");
                                continue;
                        }
                        DeleteHashPos(&itd);
@@ -178,7 +178,7 @@ const folder *GetRESTFolder(int IgnoreFloor, HashList *Subfolders)
                        {
                                DeleteHashPos(&itd);
                                
-                               syslog(0, "5\n");
+                               syslog(LOG_DEBUG, "5\n");
                                continue;
                        }
                        DeleteHashPos(&itfl);
@@ -383,7 +383,8 @@ void dav_collection_list(void)
                        (view == VIEW_ADDRESSBOOK) ||
                        (view == VIEW_NOTES) ||
                        (view == VIEW_JOURNAL) ||
-                       (view == VIEW_WIKI)
+                       (view == VIEW_WIKI) ||
+                       (view == VIEW_WIKIMD)
                ) {
                        is_groupware_collection = 1;
                }
@@ -425,6 +426,7 @@ void dav_collection_list(void)
                                wc_printf("<G:vjournal-collection />");
                                break;
                        case VIEW_WIKI:
+                       case VIEW_WIKIMD:
                                wc_printf("<G:wiki-collection />");
                                break;
                        }