[geeklog-cvs] geeklog-1.3/public_html search.php,1.47,1.48

tony at geeklog.net tony at geeklog.net
Thu Jan 16 17:53:17 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv22833

Modified Files:
	search.php 
Log Message:
Added some new output formats and support for highlighting

Index: search.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/search.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** search.php	9 Jan 2003 09:30:36 -0000	1.47
--- search.php	16 Jan 2003 22:53:15 -0000	1.48
***************
*** 63,66 ****
--- 63,71 ----
      $searchform->set_var('lang_links', $LANG09[39]);
      $searchform->set_var('lang_events', $LANG09[40]);
+     
+     $searchform->set_var('lang_exact_phrase', $LANG09[43]);
+     $searchform->set_var('lang_all_words', $LANG09[44]);
+     $searchform->set_var('lang_any_word', $LANG09[45]);
+     
      $plugintypes = PLG_getSearchTypes();
      $pluginoptions = '';
[...1094 lines suppressed...]
          } else {
!             $display .= searchstories($query,$topic,$datestart,$dateend,$author,$type);
          }
      }
--- 1129,1133 ----
              }
          } else {
!             $display .= searchstories($query,$topic,$datestart,$dateend,$author,$type, $keyType, $page);
          }
      }
***************
*** 724,726 ****
  echo $display;
  
! ?>
--- 1145,1147 ----
  echo $display;
  
! ?>
\ No newline at end of file





More information about the geeklog-cvs mailing list