From 30e312b551add940fa5790790dae126143ae5d3c Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 22 Dec 2016 11:47:24 -0500 Subject: [PATCH] Minor - Add todo about renaming table fields in vChamilo plugin --- plugin/vchamilo/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vchamilo/install.php b/plugin/vchamilo/install.php index 95028fdf0c..a92474b7ce 100644 --- a/plugin/vchamilo/install.php +++ b/plugin/vchamilo/install.php @@ -44,6 +44,7 @@ Database::query($sql); $table = 'vchamilo_config'; $tablename = Database::get_main_table($table); +// TODO: rename "name" and "value" fields - these are reserved keywords $sql = "CREATE TABLE IF NOT EXISTS $tablename ( id int(11) NOT NULL AUTO_INCREMENT, component int(11) NOT NULL,