X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=blobdiff_plain;f=search.cgi;h=5bd31ec7225c10821880f2fb3f26fda3d83e55d2;hp=aa8dce13ecb5641217f81ea0702b2e999471d622;hb=eefa20dad2aa351fcc9d0fa24f7d32042b453542;hpb=9f1d910b9d8159de33689f026e1249e7f41a8cc2 diff --git a/search.cgi b/search.cgi index aa8dce1..5bd31ec 100755 --- a/search.cgi +++ b/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;