X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freporting.inc;h=a304f22ee0e764bb57995a2eab27c68658ad254d;hb=59840905a38c4e08e5b13fdb7af71ea6dea7b1f0;hp=f57739d6412f0934d8abf9dbd0ed831e53d29362;hpb=099878cda61f8c47371f6f5f31b4fcf6acd3e27c;p=fa-stable.git diff --git a/reporting/includes/reporting.inc b/reporting/includes/reporting.inc index f57739d6..a304f22e 100644 --- a/reporting/includes/reporting.inc +++ b/reporting/includes/reporting.inc @@ -79,7 +79,8 @@ function print_link($link_text, $rep, $pars = array(), $dir = '') $pars[] = 'REP_ID='.urlencode($rep); $url .= implode ('&', $pars); $class = $pdf_debug ? '' : "class='printlink'"; - return "$link_text"; + $pars = access_string($link_text); + return "$pars[0]"; } function get_first_bank_account()