lowercased the type, as it's uppercase in MaxDB

This commit is contained in:
Ralf Becker 2004-08-17 11:52:02 +00:00
parent 1a36e05672
commit 04d4a88bd1

View File

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