[Bug 868] New - Small fix for imp2turba.pl
bugs@bugs.horde.org
bugs@bugs.horde.org
Fri, 8 Feb 2002 18:59:33 -0400
http://bugs.horde.org/show_bug.cgi?id=868
*** shadow/868 Fri Feb 8 18:59:33 2002
--- shadow/868.tmp.20329 Fri Feb 8 18:59:33 2002
***************
*** 0 ****
--- 1,35 ----
+ Bug#: 868
+ Product: Horde
+ Version: 2.0 Stable
+ Platform: other
+ OS/Version: All
+ Status: NEW
+ Resolution:
+ Severity: trivial
+ Priority: P2
+ Component: Turba
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: richard.moe@chello.no
+ URL:
+ Summary: Small fix for imp2turba.pl
+
+ Hi!
+
+ Just a small fix in imp2turba.pl which makes it easier to convert
+ the addressbook db from a remote machine:
+
+ current version:
+ line: 44
+ "DBI:mysql:$TURBA_DATABASE",
+
+ should be:
+
+ line: 44
+ ("DBI:mysql:$TURBA_DATABASE:$location:$port_num",
+
+ Hope this helps someone!
+
+ -rm
+
+