[Rt-commit] r2012 - in rt/branches/3.4-RELEASE: . lib/RT/Interface
jesse at bestpractical.com
jesse at bestpractical.com
Mon Dec 20 13:25:47 EST 2004
Author: jesse
Date: Mon Dec 20 13:25:47 2004
New Revision: 2012
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
Log:
r2478 at hualien: jesse | 2004-12-20T18:18:05.386331Z
The last merge had a missing brace
Modified: rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm Mon Dec 20 13:25:47 2004
@@ -1253,6 +1253,7 @@
}
return (@results);
}
+ }
}
# {{{ sub ProcessTicketWatchers
@@ -1478,7 +1479,6 @@
return (@results);
}
-# {{{ sub _UploadedFile
=head2 _UploadedFile ( $arg );
More information about the Rt-commit
mailing list