[Rt-commit] r3241 - in rt/branches/3.4-RELEASE: . lib/RT

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Jun 23 16:57:56 EDT 2005


Author: alexmv
Date: Thu Jun 23 16:57:54 2005
New Revision: 3241

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
Log:
 r4467 at zoq-fot-pik:  chmrr | 2005-06-23 16:58:52 -0400
  * Doc that CanonicalizeEmailAddress may be called as static


Modified: rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm	Thu Jun 23 16:57:54 2005
@@ -669,7 +669,9 @@
 
 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
+form. You can dump whatever your proper local config is in here.  Note
+that it may be called as a static method; in this case, $self may be
+undef.
 
 =cut
 


More information about the Rt-commit mailing list