/[corp_html]/swish.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /swish.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Wed Mar 27 16:00:18 2002 UTC revision 1.3 by dpavlin, Wed May 8 12:59:50 2002 UTC
# Line 55  for ($i=0; $i<floor(($swish->number_resu Line 55  for ($i=0; $i<floor(($swish->number_resu
55  if (isset($pages[$curr_page-1])) $prev_page = $pages[$curr_page-1];  if (isset($pages[$curr_page-1])) $prev_page = $pages[$curr_page-1];
56  if (isset($pages[$curr_page+1])) $next_page = $pages[$curr_page+1];  if (isset($pages[$curr_page+1])) $next_page = $pages[$curr_page+1];
57    
58    if ($l > ($swish->number_results + 1)) $l = $swish->number_results+1;
59    
60  $smarty->assign( array(  $smarty->assign( array(
61          php_self => $PHP_SELF,          php_self => $PHP_SELF,
# Line 67  $smarty->assign( array( Line 68  $smarty->assign( array(
68    
69          f => $f,          f => $f,
70          l => $l,          l => $l,
71          t => $swish->number_results,          t => ($swish->number_results)+1,
72          search_time => $swish->search_time,          search_time => $swish->search_time,
73          run_time => $swish->run_time,          run_time => $swish->run_time,
74    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26