/[Semantic-Engine]/EPrints/search.cgi
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 /EPrints/search.cgi

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

revision 12 by dpavlin, Fri Jun 29 17:03:54 2007 UTC revision 14 by dpavlin, Fri Jun 29 22:54:51 2007 UTC
# Line 43  my $stem = $cgi->param( 'stem' ); Line 43  my $stem = $cgi->param( 'stem' );
43  my $charset='iso-8859-2';  my $charset='iso-8859-2';
44    
45  my $full_query = $query;  my $full_query = $query;
46  $full_query .= " " . EPrints::slogovi( $query ) if ($slogovi);  $full_query .= " " . EPrints->slogovi( $query ) if ($slogovi);
47  $full_query .= " " . StemHR->stem( $query ) if ($stem);  $full_query .= " " . StemHR->stem( $query ) if ($stem);
48    
49  ##############################  ##############################

Legend:
Removed from v.12  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26