Around line 210, look for:
&pod_modify_content_cgi;
and delete that line.
Go down to about line 240 and look for line:
$pod_line =~ s/href=\"$pod_fullpath$pod_dirext\/editors\//href=\"http:\/\/dmoz.org\/editors\//gi;
After the above line, insert the following:
# 1.81
$pod_line =~ s/where=search/where=link/gi;
&pod_modify_content_cgi;
That should do it.
John
__________________
Don't throw away your shot.
|