Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
This commit is contained in:
commit
ab49033479
|
@ -710,7 +710,7 @@ if ((!function_exists('mb_str_replace')) &&
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach((array) $search as $key => $s) {
|
foreach((array) $search as $key => $s) {
|
||||||
if($s == '') {
|
if($s == '' && $s !== 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$r = !is_array($replace) ? $replace : (array_key_exists($key, $replace) ? $replace[$key] : '');
|
$r = !is_array($replace) ? $replace : (array_key_exists($key, $replace) ? $replace[$key] : '');
|
||||||
|
|
Loading…
Reference in New Issue