Update database.php

This commit is contained in:
Namhyeon Go 2018-06-29 13:51:43 +09:00 committed by GitHub
parent e30fb83f6d
commit 9eefb4d28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
*/
if(!function_exists("get_db_connect")) {
function get_db_connect($a=32, $b=0) {
function get_db_connect($a=3, $b=0) {
$config = get_config();
$conn = false;