phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 100797 ] Sort in infolog RC2


From: nobody
Subject: [Phpgroupware-tracker] [ 100797 ] Sort in infolog RC2
Date: Tue, 23 Apr 2002 11:06:14 -0400

Support Request #100797, was updated on 2002-Apr-23 11:06
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100797&group_id=509

Category: Bug Report
Status: Open
Priority: 5
Summary: Sort in infolog RC2

By: info
Date: 2002-Apr-23 11:06

Message:
Logged In: NO 
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

I'm using 0.9.14RC2
 
In Infolog, when you try to sort the list by clicking 
on the top of a column you get the default page of 
phpgroupware.

I think the problem is in 
infolog/inc/class.uiinfolog.inc.php :
in the function infoHeader, line 246 there is a wrong 
call to nextmatchs->show_sort_order :

I replaced :
$headers['lang_'.$f] = $do_sort_header? $this-
>nextmatchs->show_sort_order
($sort,'info_'.$f,$order,'/index.php',$lang,"&cat_id=$c
at_id") : $lang;

by :
$headers['lang_'.$f] = $do_sort_header? $this-
>nextmatchs->show_sort_order
($sort,'info_'.$f,$order,'/infolog/index.php',$lang,"&c
at_id=$cat_id") : $lang;

And now it is working.

Hope it helps

Nicolas Reignier

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100797&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]