[Rt-commit] r2011 - in rt/branches/3.3-TESTING: . lib/RT/Interface

jesse at bestpractical.com jesse at bestpractical.com
Mon Dec 20 13:22:14 EST 2004


Author: jesse
Date: Mon Dec 20 13:22:14 2004
New Revision: 2011

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/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.3-TESTING/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm	Mon Dec 20 13:22:14 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