Update database.php

This commit is contained in:
Namhyeon Go 2018-01-01 01:17:21 +09:00 committed by GitHub
parent 9651c94d71
commit dcf19b6bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,6 @@ if(!function_exists("sql_query")) {
}
}
return $stmt->execute();
return $stmt;
}
}