mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix for aeromail message sorting problem
This commit is contained in:
parent
698b5a0c06
commit
119d3b35d4
@ -430,5 +430,13 @@
|
|||||||
. "qfield=$qfield&start=$start&query=$query" . $extra) . '">' . $text . '</a>';
|
. "qfield=$qfield&start=$start&query=$query" . $extra) . '">' . $text . '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function show_sort_order_imap($sort,$order,$program,$text,$extra='')
|
||||||
|
{
|
||||||
|
global $phpgw, $filter, $qfield, $start, $query;
|
||||||
|
|
||||||
|
return '<a href="' . $phpgw->link($program,"sort=$sort&order=$order&filter=$filter&"
|
||||||
|
. "qfield=$qfield&start=$start" . $extra) . '">' . $text . '</a>';
|
||||||
|
}
|
||||||
|
|
||||||
} // End of nextmatchs class
|
} // End of nextmatchs class
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user