X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fui%2Fui_view.inc;h=35363f896bd519e2792499ab0e241f37e9589401;hb=2aea99756a8c19766f0f9dfee56b27f7c1994f37;hp=979f65872ed4f155ed0d53790504d8ad319e9c59;hpb=36813770129eae719452f8d02144be61bbcd1d48;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 979f6587..35363f89 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -1497,7 +1497,7 @@ if (!function_exists('_vd')) function _vl($mixed, $title = '', $exit = false) { - error_log((!empty($title) ? ($title .':') : '') . var_export($mixed, true)); + error_log((!empty($title) ? ($title .':') : '') . print_r($mixed, true)); if ($exit) exit; }