mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -94,14 +94,14 @@
|
|||
if ($usersdone = journal_get_users_done($journal)) {
|
||||
foreach ($usersdone as $user) {
|
||||
$entry = $entrybyuser[$user->id];
|
||||
journal_print_user_entry($course, $user, $entry, $teachers, $RATING);
|
||||
journal_print_user_entry($course, $user, $entry, $teachers, $JOURNAL_RATING);
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($users as $user) {
|
||||
if (! $usersdone[$user->id]) {
|
||||
$entry = NULL;
|
||||
journal_print_user_entry($course, $user, $entry, $teachers, $RATING);
|
||||
journal_print_user_entry($course, $user, $entry, $teachers, $JOURNAL_RATING);
|
||||
}
|
||||
}
|
||||
echo "<CENTER>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue