From 402d3b60e8b3dbc817c1144d1af0cf158b45924a Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Sun, 29 May 2005 11:23:51 +0000 Subject: [PATCH] little type --- phpgwapi/inc/class.schema_proc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.schema_proc.inc.php b/phpgwapi/inc/class.schema_proc.inc.php index fd80534edf..666db28c5c 100644 --- a/phpgwapi/inc/class.schema_proc.inc.php +++ b/phpgwapi/inc/class.schema_proc.inc.php @@ -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;