Changeset 5b0945aa319ccc77534f61e37e7274425a938dc5
- Timestamp:
- 04/30/07 18:33:06
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1177950786 +0200
- git-parent:
[30323caec9834316b95a274126a66062fa8c59c6]
- git-author:
- Christopher Jung <bktheg@web.de> 1177950786 +0200
- Message:
Sortierfunktionen in der Spielerliste gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r167b39c |
r5b0945a |
|
| 55 | 55 | } |
|---|
| 56 | 56 | |
|---|
| 57 | | String url = Configuration.getSetting("URL"); |
|---|
| | 57 | String url = Configuration.getSetting("URL")+"ds"; |
|---|
| 58 | 58 | if( context.getRequest().getParameter("module") != null ) { |
|---|
| 59 | 59 | url += "?module="+context.getRequest().getParameter("module"); |
|---|