From a4ecacab20776e3e5a684309a3e3fc5aff08dca6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 14 Jun 2011 23:19:09 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 59a50e8..b19c4d5 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -11,7 +11,7 @@ require_once 'Pman.php'; * Uses these methods of the dataobjects: * - checkPerm('L'/'E'/'A', $authuser) - can we list the stuff * - * - applySort($au, $sortcol, $direction) + * - applySort($au, $sortcol, $direction) -- return false to let system do default sort code. * - applyFilters($_REQUEST, $authUser) -- apply any query filters on data. and hide stuff not to be seen. * - postListExtra($_REQUEST) : array(extra_data) - add extra column data on the results (like new messages etc.) * - postListFilter($data, $authUser, $request) return $data - add extra data to an object -- 2.39.2