MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda
2009-11-01 11:31:16 +00:00
parent 24eb994795
commit 117bd74897
70 changed files with 594 additions and 693 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class pgsql_native_moodle_database extends moodle_database {
}
$dberr = ob_get_contents();
ob_end_clean();
$status = pg_connection_status($this->pgsql);
if ($status === false or $status === PGSQL_CONNECTION_BAD) {