Moving bugfixes from 2.3 to 2.4 and updated install languages for Denmark and Sweden.
[fa-stable.git] / reporting / includes / class.pdf.inc
index 300cd40194987856fee4080535f9f81ba44f86ff..a1e989172ebd382e2ef01aba0719ffb29b9c50a5 100644 (file)
@@ -120,7 +120,6 @@ class Cpdf extends FPDI {
                $this->FontFamily = 'helvetica';
                $this->FontStyle = '';
                $this->FontSizePt = 12;
-//             $this->utf8Bidi(array(""));
        }
 
 
@@ -181,7 +180,7 @@ class Cpdf extends FPDI {
                 {
                     default :        $fontname = "freesans13";     break;
                 }
-            }                  
+            }
             // else use built-in adobe fonts helvetica.
                }
                $this->SetFont($fontname, $style);
@@ -334,4 +333,3 @@ class Cpdf extends FPDI {
 
 } // end of class
 
-?>
\ No newline at end of file