Skip to content

Commit

Permalink
Revert "use XOOPS_DB_TYPE 'mysqli' when not support 'mysql'"
Browse files Browse the repository at this point in the history
This reverts commit 2bd77e9.
  • Loading branch information
nao-pon committed May 12, 2015
1 parent 2bd77e9 commit 88eef65
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions html/mainfile.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@

// Database
// Choose the database to be used
if (extension_loaded('mysql')) {
define('XOOPS_DB_TYPE', 'mysql');
} else {
define('XOOPS_DB_TYPE', 'mysqli');
}
define('XOOPS_DB_TYPE', 'mysql');

// Table Prefix
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
Expand Down

0 comments on commit 88eef65

Please sign in to comment.