Got rid of MySQL, fixed bugs in text module
This commit is contained in:
parent
98a80154e9
commit
402a66900e
6 changed files with 62 additions and 265 deletions
|
@ -261,10 +261,6 @@ class install{
|
|||
$status=true;
|
||||
$dbas[]=array('short'=>'mysqli','name'=>'MySQLi');
|
||||
}
|
||||
if (function_exists('mysql_connect')){
|
||||
$status=true;
|
||||
$dbas[]=array('short'=>'mysql','name'=>'MySQL');
|
||||
}
|
||||
$this->dbas=$dbas;
|
||||
return $status;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue