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

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

revision 11 by dpavlin, Fri Jun 29 16:58:42 2007 UTC revision 12 by dpavlin, Fri Jun 29 17:03:54 2007 UTC
# Line 57  sub lookup { Line 57  sub lookup {
57          return join("   ", @results);          return join("   ", @results);
58  }  }
59    
60    sub fulltext {
61            my $self = shift;
62            return split(/;/, EPrints->lookup( 'fileinfo', 'archive' ));
63    }
64    
65  sub _x {  sub _x {
66          my $v = join(" ", @_);          my $v = join(" ", @_);
67          decode_utf8( $v );          decode_utf8( $v );

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

  ViewVC Help
Powered by ViewVC 1.1.26