jmontoyaa 8 years ago
parent
commit
daa9a628c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/cron/import_csv.php

+ 1 - 1
main/cron/import_csv.php

@@ -348,7 +348,7 @@ class ImportCsv
 
         $row['teachers'] = array();
         if (isset($row['Teacher']) && !empty($row['Teacher'])) {
-            //$this->logger->addInfo("Teacher list found: ".$row['Teacher']);
+            $this->logger->addInfo("Teacher list found: ".$row['Teacher']);
             $teachers = explode(',', $row['Teacher']);
             if (!empty($teachers)) {
                 foreach ($teachers as $teacherUserName) {