# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/dzolo/Projects/FreenetIS/freenetis-stable # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: application/controllers/accounts.php --- application/controllers/accounts.php Base (BASE) +++ application/controllers/accounts.php Locally Modified (Based On LOCAL) @@ -586,7 +586,7 @@ $entrance_fee_left -= $amount; - $date = date::arithmetic($date, 'month'); + $date = date::get_next_deduct_date_to($date); } } @@ -687,7 +687,7 @@ ); } - $date = date::arithmetic($date, 'month'); + $date = date::get_next_deduct_date_to($date); } } @@ -794,7 +794,7 @@ ); } - $date = date::arithmetic($date, 'month'); + $date = date::get_next_deduct_date_to($date); } }