[Koha-cvs] koha/admin systempreferences.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Sat Mar 4 04:57:15 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/04 03:57:15

Modified files:
	admin          : systempreferences.pl 

Log message:
	removing unnecessary warn

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/admin/systempreferences.pl.diff?only_with_tag=rel_2_2&tr1=1.22.2.11&tr2=1.22.2.12&r1=text&r2=text

Patches:
Index: koha/admin/systempreferences.pl
diff -u koha/admin/systempreferences.pl:1.22.2.11 koha/admin/systempreferences.pl:1.22.2.12
--- koha/admin/systempreferences.pl:1.22.2.11	Thu Mar  2 22:30:10 2006
+++ koha/admin/systempreferences.pl	Sat Mar  4 03:57:15 2006
@@ -116,7 +116,7 @@
 		}
 		$strsth =~ s/,$/) /;
 		$strsth .= " order by variable";
-		warn $strsth;
+		#warn $strsth;
 		my $sth=$dbh->prepare($strsth);
 		$sth->execute();
 		while (my $data=$sth->fetchrow_hashref){





More information about the Koha-cvs mailing list