From 5344d0a0ae62918a975f98236de9b4719320d985 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 4 Mar 2011 17:42:53 +0000 Subject: [PATCH] * ImportExport: fixed translation default value not working (eg. "1|>one||2|>two||other") --- importexport/inc/class.importexport_helper_functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/importexport/inc/class.importexport_helper_functions.inc.php b/importexport/inc/class.importexport_helper_functions.inc.php index 1fa478c5d3..4b587848d2 100755 --- a/importexport/inc/class.importexport_helper_functions.inc.php +++ b/importexport/inc/class.importexport_helper_functions.inc.php @@ -247,6 +247,7 @@ class importexport_helper_functions { ); } $val = preg_replace_callback( "/($c_functions)\(([^)]*)\)/i", array( self, 'c2_dispatcher') , $val ); + break; } } // clean each field