Update database.php
This commit is contained in:
parent
7ff38c9d1a
commit
bb6fe3418d
|
@ -748,6 +748,7 @@ if(!check_function_exists("exec_db_table_create")) {
|
|||
$_suffix = get_value_in_array("suffix", $options, "");
|
||||
$_tablename = sprintf("%s%s%s", $_prefix, $tablename, $_suffix);
|
||||
|
||||
// get index options
|
||||
$setindex = get_value_in_array("setindex", $options, false);
|
||||
|
||||
// check if exists table
|
||||
|
|
Loading…
Reference in New Issue
Block a user