[Rt-commit] rt branch, 3.8-trunk, updated. 588f6208eefbe93a9f343c181bc9cdc2732b3945

Alex M Vandiver alexmv at bestpractical.com
Mon Aug 24 14:47:11 EDT 2009


The branch, 3.8-trunk has been updated
       via  588f6208eefbe93a9f343c181bc9cdc2732b3945 (commit)
      from  c55157cc345ce6a2318d884c1adbd2b737008246 (commit)

Summary of changes:
 lib/RT/CustomField_Overlay.pm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 588f6208eefbe93a9f343c181bc9cdc2732b3945
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Aug 3 16:31:14 2009 -0400

    POD whitespace fixes

diff --git a/lib/RT/CustomField_Overlay.pm b/lib/RT/CustomField_Overlay.pm
index 6bf7eda..7632795 100755
--- a/lib/RT/CustomField_Overlay.pm
+++ b/lib/RT/CustomField_Overlay.pm
@@ -384,7 +384,6 @@ sub Values {
 
 Create a new value for this CustomField.  Takes a paramhash containing the elements Name, Description and SortOrder
 
-
 =cut
 
 sub AddValue {
@@ -479,7 +478,7 @@ sub Types {
 # }}}
 
 # {{{ IsSelectionType
- 
+
 =head2 IsSelectionType 
 
 Retuns a boolean value indicating whether the C<Values> method makes sense
@@ -776,7 +775,6 @@ Takes a boolean.
 
 Set this custom field's type and maximum values as a composite value
 
-
 =cut
 
 sub SetTypeComposite {
@@ -862,6 +860,8 @@ my @FriendlyObjectTypes = (
 
 =head2 FriendlyTypeLookup
 
+Returns a localized description of the type of this custom field
+
 =cut
 
 sub FriendlyLookupType {
@@ -1227,8 +1227,6 @@ With two arguments, attemptes to set the relevant template value.
 
 =cut
 
-
-
 sub _URLTemplate {
     my $self          = shift;
     my $template_name = shift;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list