You are here

function qformat_coursetestmanager::err in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/question/format/coursetestmanager/format.php \qformat_coursetestmanager::err()
4 calls to qformat_coursetestmanager::err()
qformat_coursetestmanager::connect_win in includes/moodle/question/format/coursetestmanager/format.php
qformat_coursetestmanager::getquestioncategories in includes/moodle/question/format/coursetestmanager/format.php
qformat_coursetestmanager::getquestions in includes/moodle/question/format/coursetestmanager/format.php
qformat_coursetestmanager::query_linux in includes/moodle/question/format/coursetestmanager/format.php

File

includes/moodle/question/format/coursetestmanager/format.php, line 427

Class

qformat_coursetestmanager

Code

function err($message, $dsn) {
  echo "<font color=\"#990000\">";
  echo "<p>Error: {$message}</p>";
  echo "<p>ODBC File DSN: {$dsn}<br />";
  echo "</font>";
}