MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user