forked from leftypol/leftypol
remove mysql 5.5 support
This commit is contained in:
parent
5bd89a9437
commit
73bc23a4c7
5 changed files with 2 additions and 50 deletions
|
@ -101,12 +101,6 @@ function sql_open() {
|
|||
}
|
||||
}
|
||||
|
||||
// 5.6.10 becomes 50610 HACK: hardcoded to be above critical value 50803 due to laziness
|
||||
function mysql_version() {
|
||||
// TODO delete all references of this function everywhere
|
||||
return 80504;
|
||||
}
|
||||
|
||||
function prepare($query) {
|
||||
global $pdo, $debug, $config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue