Cleanup: removed all closing tags in php files.
[fa-stable.git] / reporting / rep601.php
index 6f9c41b963e7c4f7babd43846f10784ed980a319..ba630465ab1062e2c6a64d11444217674e6759f0 100644 (file)
@@ -86,7 +86,7 @@ function print_bank_transactions()
            2 => array('text' => _('Bank Account'),'from' => $act,'to' => ''));
 
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        $rep->NewPage();
@@ -174,4 +174,3 @@ function print_bank_transactions()
        $rep->End();
 }
 
-?>
\ No newline at end of file