From 02c5079bcf2cb1e0368bcc131eb6c1a56a8628d1 Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Thu, 16 Jul 2009 17:57:41 +0200 Subject: [PATCH] [svn r22155] minor add var get_lang in learnpath --- main/newscorm/learnpath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 1f19b0659d..932be29019 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4758,7 +4758,7 @@ class learnpath { // we need to close the form when we are updating the mp3 files if ($_GET['updateaudio'] == 'true') { - $return .= '
'; // TODO: What kind of language variable is this? + $return .= '
'; // TODO: What kind of language variable is this? } // we need to close the form when we are updating the mp3 files