From 2b9b5634c8f9393e92b2f1dc716f9d9d4c07896e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 27 Oct 2007 20:31:42 +1300 Subject: [PATCH] Removing closing tags which are not required. --- config/example-config.php | 3 --- inc/RSCDSUser.php | 1 - 2 files changed, 4 deletions(-) diff --git a/config/example-config.php b/config/example-config.php index 6a8817d3..9195fb73 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -229,6 +229,3 @@ $c->admin_email ='calendar-admin@example.com'; * of a VEVENT. The local (server) time zone will be used as a default. */ // $c->local_tzid; - - -?> diff --git a/inc/RSCDSUser.php b/inc/RSCDSUser.php index 223cc9c6..56db0e03 100644 --- a/inc/RSCDSUser.php +++ b/inc/RSCDSUser.php @@ -376,4 +376,3 @@ EOSQL; } } -?>