forked from extern/egroupware
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 'text':
|
||||||
case 'blob':
|
case 'blob':
|
||||||
case 'date':
|
case 'date':
|
||||||
case 'bool';
|
case 'bool':
|
||||||
$sTranslated = "'type' => '$sType'";
|
$sTranslated = "'type' => '$sType'";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user