You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -328,7 +328,7 @@ public static function checkForMDB2()
328
328
ob_end_clean();
329
329
die("MDB2 MSSQL Driver is not correctly installed. <br /><br /> <a href='http://archon.org/mdb2.html'>Click here</a> for more information on how to make sure MDB2 is installed and correctly configured.");
die("MDB2 MySQL Driver is not correctly installed. <br /><br /> <a href='http://archon.org/mdb2.html'>Click here</a> for more information on how to make sure MDB2 is installed and correctly configured.");
@@ -386,7 +386,7 @@ public static function dropDBProgressTable()
386
386
{
387
387
$query = "IF EXISTS(SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'db_progress') DROP TABLE db_progress";
0 commit comments