[Rt-commit] r3511 - rt2-to-rt3/trunk

trs at bestpractical.com trs at bestpractical.com
Wed Jul 20 16:39:05 EDT 2005


Author: trs
Date: Wed Jul 20 16:39:04 2005
New Revision: 3511

Modified:
   rt2-to-rt3/trunk/   (props changed)
   rt2-to-rt3/trunk/dumpfile-to-rt-3.0
Log:
 r5310 at wintermute:  tom | 2005-07-20 16:38:35 -0400
 Fixed bug introduced by the addition of the RT::Transaction package declaration.


Modified: rt2-to-rt3/trunk/dumpfile-to-rt-3.0
==============================================================================
--- rt2-to-rt3/trunk/dumpfile-to-rt-3.0	(original)
+++ rt2-to-rt3/trunk/dumpfile-to-rt-3.0	Wed Jul 20 16:39:04 2005
@@ -45,9 +45,10 @@
 package RT::Transaction;
 
 sub Create {
-return 1;
+    return 1;
 }
-package main;
+
+package RT;
 
 #*RT::Principal::HasRight = sub { 1 };;
 #Clean out all the nasties from the environment


More information about the Rt-commit mailing list