[Rt-commit] r7168 - rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT

clkao at bestpractical.com clkao at bestpractical.com
Mon Mar 5 18:06:36 EST 2007


Author: clkao
Date: Mon Mar  5 18:06:35 2007
New Revision: 7168

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Handle.pm

Log:
Need to reconnect in insert_initial_data.

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Handle.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Handle.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Handle.pm	Mon Mar  5 18:06:35 2007
@@ -344,6 +344,7 @@
     RT::InitLogging();
 
     # connect to the db, for actual RT work
+    $RT::Handle->Disconnect;
     $RT::Handle = RT::Handle->new;
     $RT::Handle->BuildDSN;
     $RT::Handle->Connect;


More information about the Rt-commit mailing list