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