Browse Source

Minor - cosmetic changes

Julio Montoya 12 years ago
parent
commit
77b739965d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      main/newscorm/lp_controller.php

+ 1 - 3
main/newscorm/lp_controller.php

@@ -819,9 +819,7 @@ switch ($action) {
             require 'lp_save.php';
         }
         break;
-
-    case 'stats':
-        
+    case 'stats':        
         if ($debug > 0) error_log('New LP - stats action triggered', 0);
         if (!$lp_found) { error_log('New LP - No learnpath given for stats', 0); require 'lp_list.php'; }
         else {