forked from services/mlmmj-light-web-ecg
Added more descriptive error messages for three cases.
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
There is an incorrect email in the moderators list.
|
||||
{elseif $error_code == 11}
|
||||
You do not own this list.
|
||||
{elseif $error_code == 12}
|
||||
The list does not exist within the mlmmj working folder.
|
||||
{elseif $error_code == 13}
|
||||
The list name exceeds the maximum length of 50 chars.
|
||||
{elseif $error_code == 14}
|
||||
The list name contains chars which are not allowed.
|
||||
{else}
|
||||
Unknown error.
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user