From f1631dc4199a20b911d1977bf7d533e47bce92d6 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 22 Jan 2008 09:26:20 +0100 Subject: [PATCH] Use http, which is redirected to the right url --- Members.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Members.pm b/Members.pm index 05b7ac7..462c688 100644 --- a/Members.pm +++ b/Members.pm @@ -66,7 +66,7 @@ SQL $f->execute(); my $calls = ""; while (my ($raid) = $f->fetchrow()){ - $calls .= " https://nd.ruin.nu/raids?raid=$raid |" + $calls .= " http://nd.ruin.nu/raids?raid=$raid |" } $calls = "No open future raids" if ($f->rows == 0); chop($calls); -- 2.39.2