Archive of UserLand's first discussion group, started October 5, 1998.
Re: Console.root <-> sysop problem...
Author: David Glenn Posted: 5/10/1999; 6:17:05 PM Topic: Console.root <-> sysop problem... Msg #: 5968 (In response to 5967) Prev/Next: 5967 / 5969
Ok, there is a problem in the mainresponder scripts with the sysop check. The line(s) in news.newStory news.editStory, and news.setTodaysNews (respectively):if string.lower (username) != adrprefs^.sysopMail if string.lower (username) != adrprefs^.sysopMail if string.lower (username) != adrsiteinfo^.sysopMail
should be:
if string.lower (username) != string.lower (adrprefs^.sysopMail) if string.lower (username) != string.lower (adrprefs^.sysopMail) if string.lower (username) != string.lower (adrsiteinfo^.sysopMail)
groovy
dave
This page was archived on 6/13/2001; 4:49:59 PM.
© Copyright 1998-2001 UserLand Software, Inc.