From 250fc9a7856c45d6f8f0b4e51b224b31879adea5 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Tue, 12 Dec 2006 10:09:47 +0100 Subject: [PATCH] [svn r10460] add a new field "parameters" in the table lp_item --- main/inc/lib/add_course.lib.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/inc/lib/add_course.lib.inc.php b/main/inc/lib/add_course.lib.inc.php index 92f2a6e764..8e26bb3ec1 100644 --- a/main/inc/lib/add_course.lib.inc.php +++ b/main/inc/lib/add_course.lib.inc.php @@ -1102,6 +1102,7 @@ api_sql_query($sql, __FILE__, __LINE__); "next_item_id int unsigned not null default 0," . //the item after this one in the sequential learning order (MySQL id) "display_order int unsigned not null default 0," . //this is needed for ordering items under the same parent (previous_item_id doesn't give correct order after reordering) "prerequisite char(64) null," . //prerequisites in AICC scripting language as defined in the SCORM norm (allow logical operators) + "parameters text null," . //prerequisites in AICC scripting language as defined in the SCORM norm (allow logical operators) "launch_data text not null default '')"; //data from imsmanifest if(!api_sql_query($sql)){ error_log($sql,0);