From a3c623cdea25e34db64f8f0fa6faf784de0505a6 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 30 Oct 2010 12:12:31 +0000 Subject: [PATCH] =?UTF-8?q?in=20impress->historique,=20pas=20de=20href=20e?= =?UTF-8?q?n=20javascript=20s'il=20n'y=20a=20pas=20de=20num=C3=A9ro=20inte?= =?UTF-8?q?rne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/impress_jrn.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/impress_jrn.inc.php b/include/impress_jrn.inc.php index 9a8de7c55..2c66b9b48 100644 --- a/include/impress_jrn.inc.php +++ b/include/impress_jrn.inc.php @@ -192,7 +192,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) echo "".$op['jr_pj_number'].""; - if ( $op['jr_id']!='') + if ( $op['internal']!='') echo "".HtmlInput::detail_op($op['jr_id'],$op['internal']).""; else echo td(); @@ -234,7 +234,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) echo "".$line['num'].""; echo "".$line['date'].""; echo "".h($line['jr_pj_number']).""; - echo "".HtmlInput::detail_op($line['jr_id'],$line['jr_internal']).""; + echo "".(( $line['jr_internal'] != '')?HtmlInput::detail_op($line['jr_id'],$line['jr_internal']):"").""; echo "".h($line['comment']).""; // echo "".$line['pj']."";