From 72d1ad9231243c87241f7f8172422a4ac7ed69eb Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 10 Dec 2015 11:23:38 +0100 Subject: [PATCH] merging new database schema (event_title instead of event_titre) --- day.php | 2 +- event.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/day.php b/day.php index e5bf648..42866c4 100644 --- a/day.php +++ b/day.php @@ -28,7 +28,7 @@ $date = strtotime(htmlspecialchars($_GET['date'])); foreach ($ret as $row) { echo "
\n"; - echo "

".$row['event_titre']."

\n"; + echo "

".$row['event_title']."

\n"; echo "
".date('H:i',strtotime($row['event_dtstart']))." - ".date('H:i',strtotime($row['event_dtend'])).". ".$row['event_localisation']."
\n"; echo "
".$row['event_description'] ."
\n\n
\n"; } diff --git a/event.php b/event.php index 75d3d5e..f761b73 100755 --- a/event.php +++ b/event.php @@ -16,7 +16,7 @@ $dtend = strtotime($event['event_dtend']); - KiWi calendar : <?php echo $event["event_titre"]; ?> + KiWi calendar : <?php echo $event["event_title"]; ?> @@ -30,7 +30,7 @@ $dtend = strtotime($event['event_dtend']);
-

+

Date et lieu