ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Pod.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Pod.pm (file contents):
Revision 1.13 by root, Mon Aug 14 19:17:09 2006 UTC vs.
Revision 1.14 by root, Fri Aug 18 01:01:01 2006 UTC

43 # TODO: make sure results are unique 43 # TODO: make sure results are unique
44 44
45 grep { is_prefix_of $_, @path } 45 grep { is_prefix_of $_, @path }
46 map @$_, 46 map @$_,
47 $kw eq "*" ? @wiki{sort keys %wiki} 47 $kw eq "*" ? @wiki{sort keys %wiki}
48 : grep $_, $wiki{$kw} 48 : $wiki{$kw} || ()
49} 49}
50 50
51sub full_path_of($) { 51sub full_path_of($) {
52 my ($node) = @_; 52 my ($node) = @_;
53 53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines