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

Ryan Higgins rch at liblime.com
Sun Mar 4 22:48:49 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Ryan Higgins <rych>	07/03/04 21:48:49

Modified files:
	installer      : install.pl 

Log message:
	tmpl var

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

Patches:
Index: install.pl
===================================================================
RCS file: /sources/koha/koha/installer/Attic/install.pl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- install.pl	21 Feb 2007 17:49:05 -0000	1.1.2.6
+++ install.pl	4 Mar 2007 21:48:49 -0000	1.1.2.7
@@ -313,7 +313,8 @@
     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;
-	$template->param("error"=>$str);
+	$template->param("error"=>$str , 
+					importdatastructure => 1, );
   } else {
     #Check if there are enough tables.
     # Version 2_2 was 74 tables, so we check if there is more than 75





More information about the Koha-cvs mailing list