little type

This commit is contained in:
Lars Kneschke 2005-05-29 11:23:51 +00:00
parent 93ac857bd2
commit 402d3b60e8

View File

@ -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;