]> code.citadel.org Git - citadel.git/blobdiff - webcit/blogview_renderer.c
Meaningless commit intended to troubleshoot commit hooks
[citadel.git] / webcit / blogview_renderer.c
index 83fcc19bdff239382bb5b50a420daa9854245045..13c217c46e51d6296df3e73272d9b9c336e4534b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This program is open source software.  You can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 3 of the
+ * published by the Free Software Foundation -- either version 3 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -268,6 +268,8 @@ int blogview_render(SharedMessageStatus *Stat, void **ViewSpecific, long oper)
 
        if (num_blogposts > 0) {
                qsort(blogposts, num_blogposts, sizeof(void *), blogview_sortfunc);
+
+               /* FIXME this is where we handle date ranges etc */
                for (i=0; i<num_blogposts; ++i) {
                        blogpost_render(blogposts[i]);
                }
@@ -288,6 +290,7 @@ int blogview_Cleanup(void **ViewSpecific)
        return 0;
 }
 
+
 void 
 InitModule_BLOGVIEWRENDERERS
 (void)