From 0c72d673a9056c753503e6b2a8d4fbf3aba75a95 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 25 May 2011 11:32:49 -0700 Subject: Moderation workflow is.. working --- htdocs/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'htdocs/index.php') diff --git a/htdocs/index.php b/htdocs/index.php index 6ac32ff..148cfd6 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -21,7 +21,6 @@ $posts->limit(5); $posts->query(); if ($posts->valid()) { - for ($i = 0; $i < 10; $i++) { foreach ($posts as $id => $post) { printf("

%s

" @@ -30,7 +29,6 @@ if ($posts->valid()) { $id, $post->getName(), $post->getLocation(), $post->getAge()); } - } } else { echo "

No recent posts.

"; -- cgit v1.2.3