Merge pull request #346 from gondo/patch-1

removed unnecessary break
This commit is contained in:
Mark Baker 2014-03-28 22:01:06 +00:00
commit 3071fb39ae
1 changed files with 0 additions and 1 deletions

View File

@ -578,7 +578,6 @@ class PHPExcel_Calculation_Functions {
return 4; return 4;
} elseif(is_array($value)) { } elseif(is_array($value)) {
return 64; return 64;
break;
} elseif(is_string($value)) { } elseif(is_string($value)) {
// Errors // Errors
if ((strlen($value) > 0) && ($value{0} == '#')) { if ((strlen($value) > 0) && ($value{0} == '#')) {