Browse Source

[svn r16100] Minor efficiency improvement

Yannick Warnier 16 years ago
parent
commit
cf25c63f59
1 changed files with 6 additions and 6 deletions
  1. 6 6
      main/newscorm/lp_list.php

+ 6 - 6
main/newscorm/lp_list.php

@@ -156,13 +156,13 @@ if (!empty($curDirPath))
 /* CURRENT DIRECTORY */
 
 echo	'<tr>';
-echo	'<th>'.get_lang("Name").'</th>'."\n" .
-		'<th>'.get_lang("Progress")."</th>\n";
+echo	'<th>'.get_lang('Name').'</th>'."\n" .
+		'<th>'.get_lang('Progress')."</th>\n";
 if (api_is_allowed_to_edit())
 {
-  echo '<th>'.get_lang("Description")."</th>\n" .
-  		'<th>'.get_lang("ExportShort")."</th>\n" .
-		'<th>'.get_lang("Modify")."</th>\n" .
+  echo '<th>'.get_lang('Description')."</th>\n" .
+  		'<th>'.get_lang('ExportShort')."</th>\n" .
+		'<th>'.get_lang('Modify')."</th>\n" .
 		'<th>'.get_lang('Move')."</th>\n";
 }
 
@@ -401,4 +401,4 @@ if (api_get_setting('search_enabled') == 'true')
 ==============================================================================
 */
 Display::display_footer();
-?>
+?>