From 8e63ec327f9505aac31a9608d16a1f602289f9df Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 3 Jun 2011 11:47:10 -0700 Subject: Added location field --- htdocs/postings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs/postings.php') diff --git a/htdocs/postings.php b/htdocs/postings.php index a40cfb7..b69767e 100644 --- a/htdocs/postings.php +++ b/htdocs/postings.php @@ -53,6 +53,7 @@ echo "

". $post->getName() ."

"; echo "

Date: ". date('r', $post->getTimestamp()) ."

"; echo "

Email: getPublicEmail() ."\">" . $post->getPublicEmail() ."

"; +echo "

Location: ". $post->getLocation() ."

"; echo "

". str_replace("\n", '
', $post->getDescription()) -- cgit v1.2.3