[Rt-commit] [svn] r1850 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . lib/RT

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:43:27 EST 2004


Author: jesse
Date: Thu Nov 11 03:43:27 2004
New Revision: 1850

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
Log:
 r9112 at tinbook:  jesse | 2004-11-11T03:02:12.914087Z
  r6175 at tinbook:  jesse | 2004-11-05T02:17:24.427390Z
  Improved comments and folds in RT::Record
  
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm	Thu Nov 11 03:43:27 2004
@@ -450,6 +450,7 @@
 # }}} Datehandling
 
 # {{{ sub _Set 
+#
 sub _Set {
     my $self = shift;
 
@@ -893,7 +894,7 @@
     return @results;
 }
 
-# {{{ Routines dealing with Links between tickets
+# {{{ Routines dealing with Links
 
 # {{{ Link Collections
 
@@ -1312,6 +1313,10 @@
 
 # }}}
 
+# }}}
+
+# {{{ Routines dealing with transactions
+
 # {{{ sub _NewTransaction
 
 =head2 _NewTransaction  PARAMHASH
@@ -1416,7 +1421,8 @@
 }
 
 # }}}
-
+# }}}
+#
 # {{{ Routines dealing with custom fields
 
 sub CustomFields {
@@ -1731,6 +1737,8 @@
 
 # }}}
 
+# }}}
+
 sub BasicColumns {
 }
 


More information about the Rt-commit mailing list