Changeset 1abc5818fbac43ddbf96e56fed89504bddb18d86
- Timestamp:
- 12/05/06 12:56:27
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1165319787 +0100
- git-parent:
[ffa043691188b0ac0fb84643871d151b61ad4b03]
- git-author:
- Christopher Jung <bktheg@web.de> 1165319787 +0100
- Message:
Eine Warnung bzgl unbekannten Spalten gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf435da6 |
r1abc581 |
|
| 608 | 608 | |
|---|
| 609 | 609 | if( relation.ordinal() == defrelation.getInt("status") ) { |
|---|
| 610 | | if( currelation.getInt("user_id") != 0 ) { |
|---|
| | 610 | if( currelation.isEmpty() && (currelation.getInt("user_id") != 0) ) { |
|---|
| 611 | 611 | if( relations != null ) { |
|---|
| 612 | 612 | relations.toOther.remove(userid); |
|---|