From cf8361cfbd8b3fc724a7ee0497523759186597b2 Mon Sep 17 00:00:00 2001 From: joey <> Date: Thu, 18 Nov 2004 13:30:06 +0000 Subject: [PATCH] Update from samosa: it's *uri not *url --- search.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search.cgi b/search.cgi index dd7cdfa..7cd0c13 100755 --- a/search.cgi +++ b/search.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: search.cgi,v 1.7 2002/10/06 18:13:00 rmurray Exp $ +# $Id: search.cgi,v 1.8 2004/11/18 14:30:06 joey Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -122,7 +122,7 @@ if (!$dosearch) { # Assemble name, attach web page link if present. $name = $data->{cn}->[0]." ".$data->{mn}->[0]." ".$data->{sn}->[0]; - if (my $url = $data->{labeledurl}->[0]) { + if (my $url = $data->{labeleduri}->[0]) { $name = "$name"; } -- 2.20.1