From 02b6652b15a9ebfd04bd1a4630244c865ebca054 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 23 Feb 2008 19:51:57 +0000 Subject: [PATCH] - added comments git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@89 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- www/inc/rendering/event_listing.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/www/inc/rendering/event_listing.php b/www/inc/rendering/event_listing.php index 9840db0..542163c 100644 --- a/www/inc/rendering/event_listing.php +++ b/www/inc/rendering/event_listing.php @@ -9,6 +9,7 @@ // +---------------------------------------------------------------------- // +/** creates an list of events */ function createEventList() { global $parser; @@ -31,6 +32,7 @@ function createEventList() $parser->setVar("PAGE",$p->parseFile("index.html")); } +/** creates the details of an event */ function createEventDetails() { global $parser; -- 1.7.2.5