[Rt-commit] rt branch, 3.999-trunk, updated. f2a563a77acea9d209658197d24b0c07246882dc

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Oct 12 06:22:10 EDT 2009


The branch, 3.999-trunk has been updated
       via  f2a563a77acea9d209658197d24b0c07246882dc (commit)
      from  00313fa85167189c83b429014fce509c91d9a079 (commit)

Summary of changes:
 lib/RT/Model/CustomField.pm      |    3 ---
 lib/RT/Model/TicketCollection.pm |   12 ------------
 lib/RT/StyleGuide.pod            |    2 +-
 3 files changed, 1 insertions(+), 16 deletions(-)

- Log -----------------------------------------------------------------
commit f2a563a77acea9d209658197d24b0c07246882dc
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Oct 12 18:21:46 2009 +0800

    pod fix

diff --git a/lib/RT/Model/CustomField.pm b/lib/RT/Model/CustomField.pm
index 627fe52..40dbc98 100755
--- a/lib/RT/Model/CustomField.pm
+++ b/lib/RT/Model/CustomField.pm
@@ -390,9 +390,6 @@ sub load_by_name {
 }
 
 
-
-=cut
-
 =head2 custom field values
 
 =head3 Values column
diff --git a/lib/RT/Model/TicketCollection.pm b/lib/RT/Model/TicketCollection.pm
index ef3cc2c..630b396 100755
--- a/lib/RT/Model/TicketCollection.pm
+++ b/lib/RT/Model/TicketCollection.pm
@@ -2490,15 +2490,6 @@ sub item_map {
     return ( $self->{'item_map'} );
 }
 
-=cut
-
-
-
-}
-
-
-
-
 
 =head2 prep_for_serialization
 
@@ -2872,9 +2863,6 @@ BUG: There should be an API for this
 
 =cut
 
-=cut
-
 1;
 
 
-
diff --git a/lib/RT/StyleGuide.pod b/lib/RT/StyleGuide.pod
index 2b7b6bd..fa72941 100755
--- a/lib/RT/StyleGuide.pod
+++ b/lib/RT/StyleGuide.pod
@@ -810,7 +810,7 @@ should become	 return _( "subject changed to %1", $self->data );
 It is important not to localize  the names of rights or statuses within RT's core, as there is logic that depends on them as string identifiers.  The proper place to localize these values is when they're presented for display in the web or commandline interfaces.
 
 
-=back 4
+=back
 
 =head1 CODING PRCEDURE
 

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


More information about the Rt-commit mailing list