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