0000978 : PDF report don't run in newer verions of PHP (case sensitive member functions).
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 7 Aug 2011 14:44:23 +0000 (16:44 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 7 Aug 2011 14:44:23 +0000 (16:44 +0200)
reporting/includes/pdf_report.inc

index 0648ad7d6015cfdd31d542ec586d5d552e02490e..91e6437c1078dabd42698b7ddf55ed39d636dcad 100644 (file)
@@ -255,10 +255,10 @@ class FrontReport extends Cpdf
        {
                global $app_title, $version, $power_by, $power_url;
 
-               $this->addinfo('Title', $this->title);
-               $this->addinfo('Subject', $this->title);
-               $this->addinfo('Author', $app_title . ' ' . $version);
-               $this->addinfo('Creator',$power_by . ' - ' . $power_url);
+               $this->addInfo('Title', $this->title);
+               $this->addInfo('Subject', $this->title);
+               $this->addInfo('Author', $app_title . ' ' . $version);
+               $this->addInfo('Creator',$power_by . ' - ' . $power_url);
                $year = get_current_fiscalyear();
                if ($year['closed'] == 0)
                        $how = _("Active");