From ab737e3d8d5ca4b44553fd36bb875eebf0bb5fe6 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 20 Jan 2005 19:43:19 +0000 Subject: [PATCH] Fix warning about ja_desc --- include/user_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/user_menu.php b/include/user_menu.php index 803453f8c..9607b7ba9 100644 --- a/include/user_menu.php +++ b/include/user_menu.php @@ -309,7 +309,7 @@ function u_ShowMenuJrnUser($p_dossier,$p_user,$p_type,$p_jrn) function u_ShowMenuJrn($p_cn,$p_jrn_type) { - $Res=ExecSql($p_cn,"select ja_name,ja_url,ja_action from jrn_action where ja_jrn_type='$p_jrn_type' + $Res=ExecSql($p_cn,"select ja_name,ja_url,ja_action,ja_desc from jrn_action where ja_jrn_type='$p_jrn_type' order by ja_id"); $num=pg_NumRows($Res); if ($num==0) return "";