mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-03-08 10:20 am

[dw-free] Implement Latest Posts feed

[commit: http://hg.dwscoalition.org/dw-free/rev/3b7a5e7d6339]

http://bugs.dwscoalition.org/show_bug.cgi?id=316

Do not commit debugging code, Mark, that's bad form.

Patch by [staff profile] mark.

Files modified:
  • htdocs/latest.bml
--------------------------------------------------------------------------------
diff -r 0bb1ee9a8bb8 -r 3b7a5e7d6339 htdocs/latest.bml
--- a/htdocs/latest.bml	Mon Mar 08 10:18:14 2010 +0000
+++ b/htdocs/latest.bml	Mon Mar 08 10:20:42 2010 +0000
@@ -43,7 +43,7 @@ body<=
     # return from the cache
     if ( $page && $page->[0] > time ) {
         LJ::text_uncompress( \$page->[1] );
-#        return $page->[1];
+        return $page->[1];
     }
 
     # now we need a lock to make sure we're allowed to generate this data
--------------------------------------------------------------------------------