mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
NOISSUE, change some code for php5
This commit is contained in:
parent
be662c8c2a
commit
f8af9ef6ce
6 changed files with 18 additions and 97 deletions
|
|
@ -57,20 +57,6 @@ class DBMssql extends DB
|
|||
return new DBMssql;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return if supportable
|
||||
* Check 'sqlsrv' extension loaded.
|
||||
* @return boolean
|
||||
*/
|
||||
function isSupported()
|
||||
{
|
||||
if(!extension_loaded("sqlsrv"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* DB Connect
|
||||
* this method is private
|
||||
|
|
@ -1020,5 +1006,8 @@ class DBMssql extends DB
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
DBMssql::$isSupported = extension_loaded("sqlsrv");
|
||||
|
||||
/* End of file DBMssql.class.php */
|
||||
/* Location: ./classes/db/DBMssql.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue