From 75c0c89e617e60b05b3029e3d1e3a01ff356e452 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 10 Dec 2006 21:24:51 +0100 Subject: [PATCH] [svn r10438] Added iProgress and changed form to avoid renumbering (first numbering idea was dropped after a while) --- main/newscorm/content_makers.inc.php | 67 ++++++++++++++-------------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/main/newscorm/content_makers.inc.php b/main/newscorm/content_makers.inc.php index 4297729b88..59fe329508 100644 --- a/main/newscorm/content_makers.inc.php +++ b/main/newscorm/content_makers.inc.php @@ -8,38 +8,39 @@ * Script */ $content_origins = array( - 1 => "--".get_lang('Other')."--", - 2 => 'Accent', - 3 => 'Accenture', - 4 => 'ADLNet', - 5 => 'Articulate', - 6 => 'ATutor', - 7 => 'Blackboard', - 8 => 'Claroline', - 9 => 'Commest', - 10 => 'Coursebuilder', - 11 => 'Docent', - 12 => 'Dokeos', - 13 => 'Easyquiz', - 14 => 'e-doceo', - 15 => 'ENI Editions', - 16 => 'Explio', - 17 => 'Flash', - 18 => 'HTML', - 19 => 'HotPotatoes', - 20 => 'Hyperoffice', - 21 => 'Ingenatic', - 22 => 'Lectora', - 23 => 'Microsoft', - 24 => 'Onlineformapro', - 25 => 'Opikanoba', - 26 => 'Plantyn', - 27 => 'Saba', - 28 => 'Skillsoft', - 29 => 'Thomson-NETg', - 30 => 'U&I Learning', - 31 => 'WebCT', - 32 => 'Microsoft Powerpoint', - 33 => 'Open Office Impress' + "--".get_lang('Other')."--", + 'Accent', + 'Accenture', + 'ADLNet', + 'Articulate', + 'ATutor', + 'Blackboard', + 'Claroline', + 'Commest', + 'Coursebuilder', + 'Docent', + 'Dokeos', + 'Easyquiz', + 'e-doceo', + 'ENI Editions', + 'Explio', + 'Flash', + 'HTML', + 'HotPotatoes', + 'Hyperoffice', + 'Ingenatic', + 'iProgress', + 'Lectora', + 'Microsoft', + 'Onlineformapro', + 'Opikanoba', + 'Plantyn', + 'Saba', + 'Skillsoft', + 'Thomson-NETg', + 'U&I Learning', + 'WebCT', + 'Microsoft Powerpoint', + 'Open Office Impress' ); ?>