Browse Source

[svn r10721] remove temporaly the test description in LP

Julian Prud'homme 18 years ago
parent
commit
ee57c3f01e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      main/newscorm/learnpath.class.php

+ 3 - 2
main/newscorm/learnpath.class.php

@@ -4809,8 +4809,9 @@ class learnpath {
 						
 						$return .= "\t\t" . '<tr>' . "\n";
 							
-							$return .= "\t\t\t" . '<td class="label"><label for="idDescription">'.get_lang("Description").' :</label></td>' . "\n";
-							$return .= "\t\t\t" . '<td class="input"><textarea id="idDescription" name="description" rows="4">' . $item_description . '</textarea></td>' . "\n";
+							//Remove temporaly the test description
+							//$return .= "\t\t\t" . '<td class="label"><label for="idDescription">'.get_lang("Description").' :</label></td>' . "\n";
+							//$return .= "\t\t\t" . '<td class="input"><textarea id="idDescription" name="description" rows="4">' . $item_description . '</textarea></td>' . "\n";
 						
 						$return .= "\t\t" . '</tr>' . "\n";
 					}