Minor - flint fixes

pull/3419/head
Nosolored 6 years ago
parent 8e506f0dee
commit 75da2b7845
  1. 2
      main/course_home/last_course.php
  2. 2
      main/exercise/result.php

@ -20,7 +20,7 @@ $sql = "SELECT c_id, session_id
$result = Database::query($sql);
if (Database::num_rows($result )) {
if (Database::num_rows($result)) {
$result = Database::fetch_array($result, 'ASSOC');
$courseId = (int) $result['c_id'];
$sessionId = (int) $result['session_id'];

@ -77,7 +77,7 @@ if ($show_headers) {
$htmlHeadXtra[] = '<style>
body { background: none;}
</style>';
if ($origin == 'noheader') {
echo '<div class="actions">';
echo '<a href="javascript:window.history.go(-1);">'.

Loading…
Cancel
Save