[Koha-cvs] Changes to koha/C4/SearchMarc.pm [rel_2_2]

paul poulain paul at koha-fr.org
Thu Dec 1 16:30:53 CET 2005


Index: koha/C4/SearchMarc.pm
diff -u koha/C4/SearchMarc.pm:1.36.2.18 koha/C4/SearchMarc.pm:1.36.2.19
--- koha/C4/SearchMarc.pm:1.36.2.18	Tue Oct  4 14:48:23 2005
+++ koha/C4/SearchMarc.pm	Thu Dec  1 15:30:53 2005
@@ -278,7 +278,7 @@
 	# Finds the basic results without the NOT requests
 	my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value);
 
-	$sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( marc_biblio.datecreated ) <$desc_or_asc" if $orderby =~ "biblio.timestamp";
+	$sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( marc_biblio.datecreated ) <$desc_or_asc" if $orderby =~ "biblio.timestamp" && $desc_or_asc>0	;
 	$desc_or_asc="DESC" if $orderby eq "biblio.timestamp";
 # 	$offset=0 if $orderby eq "biblio.timestamp";
 	my $sth;





More information about the Koha-cvs mailing list