From a39f9512f0efd3ec3e0a31df656e25dd3f824f6d Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 24 May 2011 17:08:38 -0700 Subject: Working on moderation approve/reject --- htdocs/moderate/index.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'htdocs/moderate/index.php') diff --git a/htdocs/moderate/index.php b/htdocs/moderate/index.php index 454a514..3c0c9ca 100644 --- a/htdocs/moderate/index.php +++ b/htdocs/moderate/index.php @@ -34,11 +34,10 @@ $posts->query(); if ($posts->valid()) { foreach ($posts as $id => $post) { - printf("

%s

" - . "
", - - $id, $post->getName(), $id, $id); + printf("

%s

" + . "%s %s
", + + $id, $post->getName(), $post->getCreated(), $post->getEmail(), $post->getEmail()); } } else { -- cgit v1.2.3