Added supportsTimezoneOverride() method

This commit is contained in:
Ingo Schommer 2012-07-06 11:35:58 +02:00
parent e752144a6e
commit 530c97f671

View File

@ -267,6 +267,10 @@ class MSSQLDatabase extends SS_Database {
return true; return true;
} }
public function supportsTimezoneOverride() {
return true;
}
/** /**
* Get the version of MSSQL. * Get the version of MSSQL.
* @return string * @return string