forked from extern/egroupware
* ImportExport: fixed translation default value not working (eg. "1|>one||2|>two||other")
This commit is contained in:
parent
051e11fe09
commit
5344d0a0ae
@ -247,6 +247,7 @@ class importexport_helper_functions {
|
||||
);
|
||||
}
|
||||
$val = preg_replace_callback( "/($c_functions)\(([^)]*)\)/i", array( self, 'c2_dispatcher') , $val );
|
||||
break;
|
||||
}
|
||||
}
|
||||
// clean each field
|
||||
|
Loading…
Reference in New Issue
Block a user