[Koha-cvs] koha/installer install.pl [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Feb 16 11:34:23 CET 2007


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	07/02/16 10:34:23

Modified files:
	installer      : install.pl 

Log message:
	Bug Fixing : a last minute change in sourcing sql files methods caused a lack of filename.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/installer/install.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: install.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer/Attic/install.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- install.pl	16 Feb 2007 10:25:03 -0000	1.1.2.3
+++ install.pl	16 Feb 2007 10:34:23 -0000	1.1.2.4
@@ -294,6 +294,7 @@
     $template->param($op=>1)
   }elsif ($op && $op eq 'importdatastructure'){
     #Import data structure and show errors if any
+    my $filename="kohastructure.sql";
     undef $/;
     my $str = qx(mysql -h $info{hostname} -P $info{port} -u $info{user} -p$info{password} $info{dbname} <$filename 2>&1);
     $str=~s/\n|\r/<br \/>/g;





More information about the Koha-cvs mailing list