From 2176e71591cb51a4896afccde2163b37827fe08b Mon Sep 17 00:00:00 2001 From: rmurray <> Date: Sun, 6 Oct 2002 16:13:00 +0000 Subject: [PATCH] Update icqnumber to match changes by icq.com --- search.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search.cgi b/search.cgi index 7a54100..dd7cdfa 100755 --- a/search.cgi +++ b/search.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: search.cgi,v 1.6 2000/03/26 22:13:25 tausq Exp $ +# $Id: search.cgi,v 1.7 2002/10/06 18:13:00 rmurray Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -134,7 +134,7 @@ if (!$dosearch) { # ICQ if ($data->{icquin}->[0]) { - $icquin = sprintf("%s", $data->{icquin}->[0], $data->{icquin}->[0]); + $icquin = sprintf("%s", $data->{icquin}->[0], $data->{icquin}->[0]); } # Format PGP/GPG key fingerprints -- 2.20.1