count error when printing to Excel. Fixed.
[fa-stable.git] / reporting / includes / Workbook.php
index 7e64a1b3a1320beb6358fe9fa8f0c2b10ddb52b4..04785f052bfdf1a447bf5209ffcec27587e7f1e0 100644 (file)
@@ -6653,7 +6653,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
         $colcount = count($this->_colinfo);
         for ($i = 0; $i < $colcount; $i++) {
            // Skip cols without outline level info.
-           if (count($col_level) >= 6) {
+           if (count_array($col_level) >= 6) {
               $col_level = max($this->_colinfo[$i][5], $col_level);
            }
         }