[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/admin systempreferences.pl [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/admin systempreferences.pl [rel_2_2] |
Date: |
Sat, 04 Mar 2006 03:57:15 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 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){