Added Else clause to editing bbslist so it doesn't just fail.
This commit is contained in:
parent
de118d08b8
commit
d9cfc87a7a
|
@ -660,6 +660,12 @@ BEGIN
|
|||
Print(' You may only edit BBS Listing''s that you have entered.');
|
||||
SysOpLog('Tried to edit a BBS Listing.');
|
||||
END;
|
||||
END
|
||||
ELSE
|
||||
BEGIN
|
||||
NL;
|
||||
Print('There was an error displaying an ASCII file. Let the sysop know so they can investigate.');
|
||||
SysOpLog('Some ASCII Files are missing for editing the bbslist. Investigate ...')
|
||||
END;
|
||||
END;
|
||||
|
||||
|
|
Loading…
Reference in New Issue