[Rt-commit] r2779 - rt/branches/3.4-RELEASE/lib/RT
tla at bestpractical.com
tla at bestpractical.com
Tue Apr 19 00:45:49 EDT 2005
Author: tla
Date: Tue Apr 19 00:45:48 2005
New Revision: 2779
Modified:
rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
Log:
fix the perldoc
Modified: rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm Tue Apr 19 00:45:48 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