Got rid of MySQL, fixed bugs in text module

This commit is contained in:
genuineparts 2025-06-24 22:46:54 +02:00
parent 98a80154e9
commit 402a66900e
6 changed files with 62 additions and 265 deletions

View file

@ -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;
}