count error when printing to Excel. Fixed.
[fa-stable.git] / reporting / includes / pdf_report.inc
index 29f6a5bbd733e41ba2a47f831efe9763e821f36f..a0a78be95b0784c49531c477a4603374c4164fb9 100644 (file)
@@ -371,7 +371,7 @@ class FrontReport extends Cpdf
                $this->Font('italic');
                if ($this->headers2 != null)
                {
-                       $count = count($this->headers2);
+                       $count = count_array($this->headers2);
                        for ($i = 0; $i < $count; $i++)
                                $this->TextCol2($i, $i + 1,     $this->headers2[$i]);
                        $this->NewLine();