mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
little type
This commit is contained in:
parent
93ac857bd2
commit
402d3b60e8
@ -325,7 +325,7 @@
|
||||
{
|
||||
foreach($table_def['fd'] as $col => $def)
|
||||
{
|
||||
if (strlower($col) == strtolower($OldColumnName))
|
||||
if (strtolower($col) == strtolower($OldColumnName))
|
||||
{
|
||||
$old_def = $def;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user