From 8faed102d257f1e0e40e23043320f361733df2ff Mon Sep 17 00:00:00 2001 From: Gerald Young Date: Fri, 7 Jan 2005 15:16:31 +0000 Subject: [PATCH] *** empty log message *** --- lib/WebGUI/AdminConsole.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/AdminConsole.pm b/lib/WebGUI/AdminConsole.pm index 2a2d7f06e..d9fbb0374 100644 --- a/lib/WebGUI/AdminConsole.pm +++ b/lib/WebGUI/AdminConsole.pm @@ -38,7 +38,7 @@ A lineage is a concatenated series of sequence numbers, each six digits long, th use WebGUI::Asset; - _formatFuntion + _formatFunction addSubmenuItem getAdminConsoleParams getAdminFunction @@ -55,7 +55,7 @@ These methods are available from this class: #------------------------------------------------------------------- -=head2 formatFunction ( function ) +=head2 _formatFunction ( function ) Returns a Hash of title, icon, url, and canUse. title is the Internationalized title of the function. icon is the function icon, currently in extras/adminConsole/. url is current page with func= or op= depending on if the function is a function or operation. canUse checks if the current user is in the function group. @@ -325,6 +325,7 @@ Constructor. =head3 id +If supplied, updates the _function of the AdminFunction. =cut