Update install.php
This commit is contained in:
parent
98a0f4e8b7
commit
e8dae84512
|
@ -324,10 +324,6 @@ function InstallDB_updateSchema($db_config)
|
||||||
if (!empty($tab_modif[$fld_id])) {
|
if (!empty($tab_modif[$fld_id])) {
|
||||||
// Potentially have something to modify in schema
|
// Potentially have something to modify in schema
|
||||||
$db_config[$tabl_name][$fld_id]['fieldExists'] = 'yes';
|
$db_config[$tabl_name][$fld_id]['fieldExists'] = 'yes';
|
||||||
if (!empty($tab_modif[$fld_id]['create'])) {
|
|
||||||
// Field exists so no need to create
|
|
||||||
//unset($db_config[$tabl_name][$fld_id]['create']);
|
|
||||||
}
|
|
||||||
if (!empty($tab_modif[$fld_id]['def_modify'])) {
|
if (!empty($tab_modif[$fld_id]['def_modify'])) {
|
||||||
if (strtoupper($tab_modif[$fld_id]['def_modify']) == strtoupper($tabl_data[4])) {
|
if (strtoupper($tab_modif[$fld_id]['def_modify']) == strtoupper($tabl_data[4])) {
|
||||||
unset($db_config[$tabl_name][$fld_id]['def_modify']);
|
unset($db_config[$tabl_name][$fld_id]['def_modify']);
|
||||||
|
|
Loading…
Reference in a new issue