add conv structure
This commit is contained in:
parent
7d721892c3
commit
116e20c89d
2 changed files with 44 additions and 3 deletions
|
@ -27,6 +27,10 @@ function message_post(&$a) {
|
|||
break;
|
||||
case -3:
|
||||
notice( t('Message could not be sent.') . EOL );
|
||||
break;
|
||||
case -4:
|
||||
notice( t('Message collection failure.') . EOL );
|
||||
break;
|
||||
default:
|
||||
info( t('Message sent.') . EOL );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue