Skip to content
Snippets Groups Projects
Commit 18d73fd7 authored by Tim Hunt's avatar Tim Hunt
Browse files

Fix whitespace.

parent 8133c8ec
No related branches found
No related tags found
No related merge requests found
......@@ -510,5 +510,4 @@ function xmldb_qtype_stack_upgrade($oldversion) {
// stack savepoint reached
upgrade_plugin_savepoint(true, 2012062504, 'qtype', 'stack');
}
}
......@@ -537,7 +537,6 @@ class stack_cas_casstring {
/* Internal utility functions */
/*********************************************************/
private function add_error($err) {
$this->errors = trim(trim($this->errors).' '.trim($err));
}
......
......@@ -85,7 +85,6 @@ abstract class stack_cas_connection_base implements stack_cas_connection {
throw new stack_exception('stack_cas_connection: Unknown platform ' . self::$config->platform);
}
switch (self::$config->casresultscache) {
case 'db':
global $DB;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment