Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26189
Modified Files:
index.php
Log Message:
Fixed 1333042 Search result list - Bad handling of dedup result list
Index: index.php
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php 19 Oct 2005 13:36:59 -0000 1.7
--- index.php 20 Oct 2005 10:40:48 -0000 1.8
***************
*** 350,354 ****
}
}
! if ($hits_in_set == $sizeofresultset) {
print " <a href=\"".$_SERVER['PHP_SELF']."?".$url_querypart."&start=".$next_start."\">".nls("Next")." >></a>";
}
--- 350,354 ----
}
}
! if ($hits_in_set == $sizeofresultset and $search->morepages) {
print " <a href=\"".$_SERVER['PHP_SELF']."?".$url_querypart."&start=".$next_start."\">".nls("Next")." >></a>";
}
|