[Rt-commit] [svn] r1716 - in rt/branches/3.3-TESTING: . lib/RT
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 4 23:02:48 EST 2004
Author: jesse
Date: Thu Nov 4 23:02:48 2004
New Revision: 1716
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/lib/RT/Record.pm
Log:
r6175 at tinbook: jesse | 2004-11-05T02:17:24.427390Z
Improved comments and folds in RT::Record
Modified: rt/branches/3.3-TESTING/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Record.pm (original)
+++ rt/branches/3.3-TESTING/lib/RT/Record.pm Thu Nov 4 23:02:48 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