Changeset cbd2263c2562a74759854281cd6d518fcdef17af
- Timestamp:
- 06/17/07 18:02:47
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1182096167 +0200
- git-parent:
[5a9a4ad51b343b9e0e7e9afac8e5198f5a0a0d9e]
- git-author:
- Christopher Jung <bktheg@web.de> 1182096167 +0200
- Message:
Moegliche Exception gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5fa2480 |
rcbd2263 |
|
| 156 | 156 | */ |
|---|
| 157 | 157 | public static boolean executeEvent( ScriptParser scriptparser, String handler, int userid, String execparameter ) { |
|---|
| | 158 | if( handler == null ) { |
|---|
| | 159 | return false; |
|---|
| | 160 | } |
|---|
| 158 | 161 | String[] handlerArray = StringUtils.split( handler, ';' ); |
|---|
| 159 | 162 | |
|---|