X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;h=84eb6fb3fb2569e1fc5e931a57acc7dbd1b521b2;hb=067ad81914f0b0c7726473f9425644cd9600c250;hp=f34a443b47a45205922ffd9aa7d4acbba3fec8bf;hpb=7a50c189ea995d5fe6785feb7710c00396065d2b;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index f34a443b..84eb6fb3 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -1066,28 +1066,66 @@ document.write(\"
\"); "; return $js; } +// +// Javascript conversions to/from user numeric format. +// +function get_js_user_num() { + global $thoseps, $decseps; + $ts = $thoseps[user_tho_sep()]; + $ds = $decseps[user_dec_sep()]; + + $js = + ""; + + return $js; +} function get_js_allocate() { - return ""; } @@ -1113,17 +1151,4 @@ if (!function_exists('_vd')) } } -/* ************************************** Backward compatible */ -function do_clone($object) -{ - if (version_compare(phpversion(), '5.0') < 0) - { - return $object; - } - else - { - return @clone($object); - } -} - ?> \ No newline at end of file