mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 03:50:13 +01:00
fix for bug [ 1062480 ] case error in schema_proc_pgsql
This commit is contained in:
parent
eaa73638f1
commit
429b9b0913
@ -156,7 +156,7 @@
|
||||
case 'text':
|
||||
case 'blob':
|
||||
case 'date':
|
||||
case 'bool';
|
||||
case 'bool':
|
||||
$sTranslated = "'type' => '$sType'";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user