Changeset 2b93214443ccae3c1c94191d6302e54b5dc4c081
- Timestamp:
- 03/02/07 18:14:18
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1172855658 +0100
- git-parent:
[49073773c30643d51b0261d90586e043cf00cfcc]
- git-author:
- Christopher Jung <bktheg@web.de> 1172855658 +0100
- Message:
Fixes #82 (Flotte erstellen)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd7f4cc6 |
r2b93214 |
|
| 117 | 117 | |
|---|
| 118 | 118 | if( ((fleet == null) || fleet.isEmpty()) && !action.equals("createFromSRSGroup") && |
|---|
| 119 | | !action.equals("create") && action.equals("create2") ) { |
|---|
| | 119 | !action.equals("create") && !action.equals("create2") ) { |
|---|
| 120 | 120 | addError("Die angegebene Flotte existiert nicht"); |
|---|
| 121 | 121 | |
|---|