[Rt-commit] r14582 - rt/3.8/trunk/docs

ruz at bestpractical.com ruz at bestpractical.com
Mon Jul 28 14:21:53 EDT 2008


Author: ruz
Date: Mon Jul 28 14:21:53 2008
New Revision: 14582

Modified:
   rt/3.8/trunk/docs/queue_subject_tag.pod

Log:
* tiny changes, thanks to Richard Hartmann for all suggestions
  and help

Modified: rt/3.8/trunk/docs/queue_subject_tag.pod
==============================================================================
--- rt/3.8/trunk/docs/queue_subject_tag.pod	(original)
+++ rt/3.8/trunk/docs/queue_subject_tag.pod	Mon Jul 28 14:21:53 2008
@@ -18,7 +18,7 @@
 
 Usually you don't need to add some code into templates to
 make subject tags work. A tag will be added in the
-beginning of subject filed right before sending email out.
+beginning of subject right before sending email out.
 
 If you want to subjects to be "prefix [tag] real subject" like
 in default autoreply then you can use the following code in
@@ -69,9 +69,11 @@
 2) We expect that you have backup of your RT DB around during upgrade.
 
 3) After upgrade run perl script 'etc/upgrade/3.8-branded-queues-extension'.
-This extension will convert data in the DB into new format.
+This script will convert data in the DB into new format.
 
 4) In templates where you were using Tag method (for example
-C<< $Ticket-E<gt>QueueObj-E<gt>Tag >>) replace it with SubjectTag.
+C<< $Ticket-E<gt>QueueObj-E<gt>Tag >>) replace it with
+C<< $Ticket-E<gt>QueueObj-E<gt>SubjectTag >>. Read more in
+L</"Using tag in templates">
 
 =cut


More information about the Rt-commit mailing list