X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=web%2Fsearch.cgi;fp=web%2Fsearch.cgi;h=5bd31ec7225c10821880f2fb3f26fda3d83e55d2;hb=3745d115c3acf579e60479dd27efcf7871718294;hp=aa8dce13ecb5641217f81ea0702b2e999471d622;hpb=756718139caf15c974793881ecd5e089ff11a964;p=mirror%2Fuserdir-ldap.git diff --git a/web/search.cgi b/web/search.cgi index aa8dce1..5bd31ec 100755 --- a/web/search.cgi +++ b/web/search.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: search.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# $Id: search.cgi,v 1.3 1999/12/11 07:03:45 tausq Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -191,7 +191,7 @@ if (!$dosearch) { # If this is ourselves, present a link to do mods if ($auth && ($id eq $data->{uid}->[0])) { #TODO: extract this string into a url for translation... - $outsub{searchresults} .= "Edit my settings\n"; + $outsub{searchresults} .= "Edit my settings\n"; } $outsub{searchresults} .= "


\n"; @@ -254,3 +254,5 @@ sub FormatEntry { return "$key: $val\n"; } + +exit 0;