Bug : incorrect name
This commit is contained in:
parent
fa6b1a8d43
commit
5d20c146af
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ if ($op=='save_filter')
|
|||
$answer['message']="";
|
||||
try
|
||||
{
|
||||
$new=new Noalyss_User_filter_SQL($cn, -1);
|
||||
$new=new User_filter_SQL($cn, -1);
|
||||
$new->setp("login", $g_user->login);
|
||||
$new->setp("nb_jrn", $http->post("nb_jrn", 'number'));
|
||||
$new->setp("date_start", $http->post("date_start", 'string', NULL));
|
||||
|
|
@ -109,7 +109,7 @@ if ($op=="load_filter")
|
|||
$answer['status']='OK';
|
||||
$answer['filter_id']=0;
|
||||
$answer['message']="";
|
||||
$filter=new Noalyss_User_filter_SQL($cn, $filter_id);
|
||||
$filter=new User_filter_SQL($cn, $filter_id);
|
||||
$record=$filter->to_array();
|
||||
|
||||
$record['desc']=$record['description'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue