Minor - format code

pull/2487/head
jmontoyaa 8 years ago
parent 013b3d77ad
commit 19437872a2
  1. 1
      main/dashboard/dashboard_controller.php
  2. 8
      main/mySpace/exercise_category_report.php

@ -23,7 +23,6 @@ class DashboardController
/** /**
* Display blocks from dashboard plugin paths * Display blocks from dashboard plugin paths
* @param string $msg (optional)
* render to dashboard.php view * render to dashboard.php view
*/ */
public function display() public function display()

@ -119,7 +119,13 @@ if ($form->validate() && !empty($courseInfo)) {
if (!empty($categoryList)) { if (!empty($categoryList)) {
foreach ($categoryList as $categoryInfo) { foreach ($categoryList as $categoryInfo) {
$columnModel[] = array('name' => 'category_'.$categoryInfo['id'], 'index' => 'exe_result', 'width' => '50', 'align' => 'center', 'search' => 'true'); $columnModel[] = array(
'name' => 'category_'.$categoryInfo['id'],
'index' => 'exe_result',
'width' => '50',
'align' => 'center',
'search' => 'true',
);
} }
} }

Loading…
Cancel
Save