[Rt-commit] r8855 - rt/branches/3.7-EXPERIMENTAL/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Fri Aug 31 07:40:33 EDT 2007


Author: ruz
Date: Fri Aug 31 07:40:33 2007
New Revision: 8855

Modified:
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Template_Overlay.pm

Log:
* describe ambiguity of Template::Load

Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Template_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Template_Overlay.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Template_Overlay.pm	Fri Aug 31 07:40:33 2007
@@ -121,6 +121,12 @@
 
 Load a template, either by number or by name.
 
+Note that loading templates by name using this method B<is
+ambiguous>. Several queues may have template with the same name
+and as well global template with the same name may exist.
+Use L</LoadGlobalTemplate> and/or L<LoadQueueTemplate> to get
+precise result.
+
 =cut
 
 sub Load {


More information about the Rt-commit mailing list