Revision 431
Added by Matthias over 18 years ago
| trunk/wb/modules/form/view.php | ||
|---|---|---|
| 380 | 380 |
if(isset($success) AND $success == true) {
|
| 381 | 381 |
echo $success_message; |
| 382 | 382 |
} else {
|
| 383 |
echo $TEXT['ERROR']; |
|
| 383 |
if(isset($success) AND $success == false) {
|
|
| 384 |
echo $TEXT['ERROR']; |
|
| 385 |
} |
|
| 384 | 386 |
} |
| 385 | 387 |
|
| 386 | 388 |
} |
Also available in: Unified diff
Fixed wrong error message in form modul