From 04d4a88bd1bf0418ff4d8ada15c70187edab3c41 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Aug 2004 11:52:02 +0000 Subject: [PATCH] lowercased the type, as it's uppercase in MaxDB --- phpgwapi/tests/schema_proc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/tests/schema_proc.php b/phpgwapi/tests/schema_proc.php index 32872746fd..2b653d42e3 100755 --- a/phpgwapi/tests/schema_proc.php +++ b/phpgwapi/tests/schema_proc.php @@ -265,6 +265,7 @@ print_r($columns); die ("\n\n!!! Column '$column' does NOT exist !!!\n\n"); } + $data->type = strtolower($data->type); if ($data->type != $type && !in_array($data->type,$alternate_types[$type])) { print_r($columns);