mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
lowercased the type, as it's uppercase in MaxDB
This commit is contained in:
parent
1a36e05672
commit
04d4a88bd1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user