[Rt-commit] r3215 - in rt/branches/QUEBEC-EXPERIMENTAL: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Thu Jun 16 13:31:01 EDT 2005
Author: jesse
Date: Thu Jun 16 13:31:01 2005
New Revision: 3215
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm
Log:
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/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm Thu Jun 16 13:31:01 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