changed: ticket templates
added: new plugin message (WINIX_END_REQUEST) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@714 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
#include <ctime>
|
||||
#include <algorithm>
|
||||
#include "showtickets.h"
|
||||
#include "pluginmsg.h"
|
||||
#include "plugins/thread/pluginmsg.h"
|
||||
#include "core/plugin.h"
|
||||
|
||||
|
||||
|
||||
namespace Ticket
|
||||
{
|
||||
|
||||
@@ -105,6 +105,11 @@ void ShowTickets::CreatePointers()
|
||||
|
||||
void ShowTickets::SortPointers()
|
||||
{
|
||||
plugin.Call(WINIX_PL_TICKET_SORT_POINTERS, &ticket_info->item_sort_tab);
|
||||
|
||||
if( plugin.True() > 0 )
|
||||
return;
|
||||
|
||||
int sort_type = 1;
|
||||
|
||||
if( cur->request->ParamValue(L"sort") == L"url" )
|
||||
|
||||
Reference in New Issue
Block a user