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: 25-Nov-2005 22:50:35
Branch: HEAD Handle: 2005112521503500
Modified files:
openpkg-registry registry-ui.pl
Log:
make assoiciation page the default page after login, it is the only
page which requires authentication anyway
Summary:
Revision Changes Path
1.22 +1 -1 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.21 -r1.22 registry-ui.pl
--- openpkg-registry/registry-ui.pl 25 Nov 2005 21:49:17 -0000 1.21
+++ openpkg-registry/registry-ui.pl 25 Nov 2005 21:50:35 -0000 1.22
@@ -1008,7 +1008,7 @@
};
$html .= $cgi->redirect($header);
$html .= $cgi->delete(-name=>'page');
- $html .= $cgi->hidden(-name=>'page', -value => "dropxml");
+ $html .= $cgi->hidden(-name=>'page', -value => "association");
return $html;
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]