correct global g_parameter
This commit is contained in:
parent
1c727f960b
commit
debfa65ed1
2 changed files with 3 additions and 2 deletions
|
|
@ -104,7 +104,8 @@ class Acc_Ledger_Search
|
|||
*/
|
||||
function search_form()
|
||||
{
|
||||
global $g_user;
|
||||
global $g_user,$g_parameter;
|
||||
$g_parameter=new Noalyss_Parameter_Folder($this->cn);
|
||||
$http=new HttpInput();
|
||||
$r="";
|
||||
$bledger_param=json_encode(array(
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
//This file is part of NOALYSS and is under GPL
|
||||
//see licence.txt
|
||||
global $g_parameter;
|
||||
|
||||
?>
|
||||
<table id="<?=$this->div?>table_search">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue