[Rt-commit] r2843 - in rt/branches/QUEBEC-EXPERIMENTAL: . etc lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Fri May 6 16:42:51 EDT 2005


Author: jesse
Date: Fri May  6 16:42:47 2005
New Revision: 2843

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in
   rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
Log:
 r15837 at hualien:  jesse | 2005-05-06 16:35:02 -0400
  r14525 at hualien:  jesse | 2005-04-26 14:42:28 -0400
   r13265 at hualien (orig r2779):  tla | 2005-04-19 00:45:48 -0400
   fix the perldoc
   
   r14524 at hualien (orig r2807):  jesse | 2005-04-25 22:33:14 -0400
   * Correct comments in config file. "RTLogoURL" is actually LogoURL.   --Allison Randal
   
  
 


Modified: rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in	Fri May  6 16:42:47 2005
@@ -297,7 +297,7 @@
 
 Set($WebImagesURL , $WebPath . "/NoAuth/images/");
 
-# $RTLogoURL points to the URL of the RT logo displayed in the web UI
+# $LogoURL points to the URL of the RT logo displayed in the web UI
 
 Set($LogoURL , $WebImagesURL . "bplogo.gif");
 

Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm	Fri May  6 16:42:47 2005
@@ -307,9 +307,18 @@
 
 
 
-=head2 Create
+=head2 Create(ARGS)
 
-Create takes the name of the new queue 
+Arguments: ARGS is a hash of named parameters.  Valid parameters are:
+
+  Name (required)
+  Description
+  CorrespondAddress
+  CommentAddress
+  InitialPriority
+  FinalPriority
+  DefaultDueIn
+ 
 If you pass the ACL check, it creates the queue and returns its queue id.
 
 =begin testing


More information about the Rt-commit mailing list