Changeset 7a95c91f6e53528d79d916107ec6ccec4ada86fe
- Timestamp:
- 02/10/08 11:53:39
(9 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1202640819 +0100
- git-parent:
[1d608be039e5eccc7714f3bc6c485331a6e215fd]
- git-author:
- Christopher Jung <bktheg@web.de> 1202640819 +0100
- Message:
Behandlung von user.ally in Templates gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re409332 |
r7a95c91 |
|
| 227 | 227 | pre+"medals", this.medals, |
|---|
| 228 | 228 | pre+"rang", this.rang, |
|---|
| 229 | | pre+"ally", this.ally, |
|---|
| | 229 | pre+"ally", this.ally != null ? this.ally.getId() : 0, |
|---|
| 230 | 230 | pre+"konto", this.konto, |
|---|
| 231 | 231 | pre+"cargo", this.cargo, |
|---|