Anonymize general coach in course2session script

1.10.x
Yannick Warnier 11 years ago
parent c180be7d30
commit 1f30aa5a5f
  1. 6
      tests/scripts/course2session.php

@ -12,6 +12,8 @@ exit;
require __DIR__ . '/../../main/inc/global.inc.php';
$debug = 1;
// Who will be the general coach assigned to all sessions created?
$generalCoach = 'username';
// List of tables that will need an update
$tables = array(
@ -136,7 +138,7 @@ foreach ($res as $course) {
0,
0,
0,
'info@contidosdixitais.com',
$generalCoach,
0,
SESSION_VISIBLE_READ_ONLY
);
@ -199,4 +201,4 @@ foreach ($res as $course) {
}
if ($debug) {
echo "End of moving process" . PH_EOL;
}
}

Loading…
Cancel
Save