Update database.alt.php
This commit is contained in:
parent
35bf4fff65
commit
294498a56e
|
@ -43,8 +43,8 @@ if(!function_exists("get_db_alt_connect")) {
|
|||
}
|
||||
}
|
||||
|
||||
if(!function_exists("exec_db_alt_sql_query")) {
|
||||
function exec_db_alt_sql_query($sql, $bind=array(), $driver="") {
|
||||
if(!function_exists("exec_db_alt_query")) {
|
||||
function exec_db_alt_query($sql, $bind=array(), $driver="") {
|
||||
$result = false;
|
||||
|
||||
$rules = array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user