mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
* ImportExport: fixed translation default value not working (eg. "1|>one||2|>two||other")
This commit is contained in:
parent
d6c6dc2de0
commit
3ce947d643
@ -228,6 +228,7 @@ class importexport_helper_functions {
|
||||
}
|
||||
|
||||
$val = preg_replace_callback( "/(cat|account|strtotime)\(([^)]*)\)/i", array( self, 'c2_dispatcher') , $val );
|
||||
break;
|
||||
}
|
||||
}
|
||||
// clean each field
|
||||
|
Loading…
Reference in New Issue
Block a user