OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-registry Date: 07-Mar-2006 14:12:13 Branch: HEAD Handle: 2006030713121200 Modified files: openpkg-registry registry-ui.pl Log: perl is forgiving but fix function call anyway Summary: Revision Changes Path 1.56 +1 -1 openpkg-registry/registry-ui.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-ui.pl ============================================================================ $ cvs diff -u -r1.55 -r1.56 registry-ui.pl --- openpkg-registry/registry-ui.pl 7 Mar 2006 13:09:46 -0000 1.55 +++ openpkg-registry/registry-ui.pl 7 Mar 2006 13:12:12 -0000 1.56 @@ -234,7 +234,7 @@ } elsif ($requestedpage eq "association") { $out = ''; - $out .= viewhttpauthrequired("association"); + $out .= &viewhttpauthrequired("association"); $out .= &viewhtmlhead(-menu); $out .= &viewassociation(); $out .= &viewhtmltail(); @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org