From 0f0d1c264b13fefd5596c254ce15f28c55589e28 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 10 Dec 2015 11:43:14 +0100 Subject: [PATCH] updated database schema (colum name to title instead of titre) --- index.php | 8 ++++---- makedatabase.sh | 2 ++ makedatabase.sql | 4 ++-- populateDatabase.sql | 32 ++++++++++++++++---------------- 4 files changed, 24 insertions(+), 22 deletions(-) diff --git a/index.php b/index.php index 4f4538f..e63bc14 100644 --- a/index.php +++ b/index.php @@ -51,18 +51,18 @@ else for($sous_cat_it = 0; $sous_cat_it < count($sous_categories); ++$sous_cat_it) { $sous_cat_id = $sous_categories[$sous_cat_it]['sous_cat_id']; - $sous_cat_titre = $sous_categories[$sous_cat_it]['sous_cat_titre']; + $sous_cat_title = $sous_categories[$sous_cat_it]['sous_cat_title']; ?> -

+

-
+