Fix undefined variable g_jrn
This commit is contained in:
parent
f822966501
commit
89a57f47da
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ if ( $g_UserProperty['use_admin'] == 0 ) {
|
|||
|
||||
|
||||
// display a search box
|
||||
$search_box=u_ShowMenuRecherche($cn,$g_jrn,$sessid,$HTTP_POST_VARS);
|
||||
$search_box=u_ShowMenuRecherche($cn,0,$sessid,$HTTP_POST_VARS);
|
||||
echo '<DIV class="u_redcontent">';
|
||||
echo $search_box;
|
||||
// if nofirst is set then show result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue