[Rt-commit] r3319 - in rt/branches/CHALDEA-EXPERIMENTAL: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Sun Jul 3 18:08:51 EDT 2005


Author: jesse
Date: Sun Jul  3 18:08:50 2005
New Revision: 3319

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/User_Overlay.pm
Log:
 r22134 at hualien:  jesse | 2005-07-03 17:47:46 -0400
  r20728 at hualien:  jesse | 2005-06-16 12:43:18 -0400
   r20708 at hualien:  jesse | 2005-06-16 12:12:29 -0400
    r20063 at hualien (orig r3142):  kevinr | 2005-06-13 15:43:08 -0400
     r4210 at SAD-GIRL-IN-SNOW:  kevinr | 2005-06-13 15:39:50 -0400
     * fixed a couple small issues with the perldoc format
    
   
  
 


Modified: rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/User_Overlay.pm	Sun Jul  3 18:08:50 2005
@@ -665,11 +665,11 @@
 
 
 
-=item CanonicalizeEmailAddress ADDRESS
+=head2 CanonicalizeEmailAddress ADDRESS
 
-# CanonicalizeEmailAddress converts email addresses into canonical form.
-# it takes one email address in and returns the proper canonical
-# form. You can dump whatever your proper local config is in here
+CanonicalizeEmailAddress converts email addresses into canonical form.
+it takes one email address in and returns the proper canonical
+form. You can dump whatever your proper local config is in here
 
 =cut
 
@@ -692,14 +692,14 @@
 
 
 
-=item CanonicalizeUserInfo HASH of ARGS
+=head2 CanonicalizeUserInfo HASH of ARGS
 
-# CanonicalizeUserInfo can convert all User->Create options.
-# it takes a hashref of all the params sent to User->Create and
-# returns that same hash, by default nothing is done.
+CanonicalizeUserInfo can convert all User->Create options.
+it takes a hashref of all the params sent to User->Create and
+returns that same hash, by default nothing is done.
 
-# This function is intended to allow users to have their info looked up via
-# an outside source and modified upon creation.
+This function is intended to allow users to have their info looked up via
+an outside source and modified upon creation.
 
 =cut
 


More information about the Rt-commit mailing list