Fixing error message

1.9.x
Julio Montoya 12 years ago
parent be51a5fb6c
commit 55ccffd14e
  1. 2
      main/cron/import_csv.php

@ -460,7 +460,7 @@ class ImportCsv
);
if ($result) {
if ($row['username'] != $userInfo['user_id']) {
if ($row['username'] != $userInfo['username']) {
$this->logger->addInfo("Students - Username was changes from '".$userInfo['username']."' to '".$row['username']."' ");
}
foreach ($row as $key => $value) {

Loading…
Cancel
Save