main/admin/user_import.php 1 location
|
@@ 193-195 (lines=3) @@
|
190 |
|
null, |
191 |
|
$send_mail |
192 |
|
); |
193 |
|
if (!is_array($user['Courses']) && !empty($user['Courses'])) { |
194 |
|
$user['Courses'] = array($user['Courses']); |
195 |
|
} |
196 |
|
if (is_array($user['Courses'])) { |
197 |
|
foreach ($user['Courses'] as $course) { |
198 |
|
if (CourseManager::course_exists($course)) { |
main/admin/user_update_import.php 1 location
|
@@ 193-195 (lines=3) @@
|
190 |
|
'' |
191 |
|
|
192 |
|
); |
193 |
|
if (!is_array($user['Courses']) && !empty($user['Courses'])) { |
194 |
|
$user['Courses'] = array($user['Courses']); |
195 |
|
} |
196 |
|
if (is_array($user['Courses'])) { |
197 |
|
foreach ($user['Courses'] as $course) { |
198 |
|
if (CourseManager::course_exists($course)) { |