X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;fp=includes%2Fui%2Fui_view.inc;h=d4e1c50b1319ba45e72da2e57b5f799b57de947a;hb=3663b9dc3763c91e4dc76cc791420af853daded6;hp=99a753d5ef5623cf808f21eaf904373b9c7d1b9f;hpb=842d2d6eddb907d77d14630a5b7b25608fb31b5d;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 99a753d5..d4e1c50b 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -270,7 +270,7 @@ function check_ui_refresh($name=null) // When there is no exrate for today, // gets it form ECB and stores in local database. // -function exchange_rate_display($from_currency=null, $to_currency=null, $date_, $force_edit=false) +function exchange_rate_display($from_currency, $to_currency, $date_, $force_edit=false) { global $Ajax, $SysPrefs;