Commit 7eaeffe6 by Frederick

d

1 parent b17151ce
Showing with 2 additions and 2 deletions
<?php
class mcZinsmethoden {
public static function rechneZinsen($evon, $ezdatum, $ebis, $emzins, $ezbetrag) {
global $__ZINSBERECHNUNG;
public static function rechneZinsen($evon, $ezdatum, $ebis, $emzins, $ezbetrag, $__ZINSBERECHNUNG='deutsch') {
// global $__ZINSBERECHNUNG;
if($__ZINSBERECHNUNG == 'taggenau') {
$result = self::rechneZinsenTaggenau($evon, $ezdatum, $ebis, $emzins, $ezbetrag);
} else if($__ZINSBERECHNUNG == 'deutsch') {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!