No, I just run this PAL as an event in the event scheduler once a week. I get fresh reset of reuests (actually none show up until a new request is made).
----- Original Message ----- From: "Don" <[email protected]> To: <[email protected]> Sent: Thursday, September 27, 2007 7:54 AM Subject: RE: [General-discussion] Top Ten Requests > Do I replace something in the code with that or just add it in? Thanks > for > your help! > > Don Hunt, Program Director > WTLC Radio > P.O. Box 20205 > Springfield, IL 62704 > www.wtlcradio.com > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Michael Hughes > Sent: Thursday, September 27, 2007 7:41 AM > To: AntiFMRadio.com; [email protected] > Subject: Re: [General-discussion] Top Ten Requests > > > This is all I use to reset the request list to "0" once a week. > > > ExecSQL('DELETE FROM requestlist',[]); > ExecSQL('UPDATE songlist set count_requested = 0',[]); > > > ----- Original Message ----- > From: "AntiFMRadio.com" <[email protected]> > To: <[email protected]> > Sent: Thursday, September 27, 2007 7:32 AM > Subject: Re: [General-discussion] Top Ten Requests > > >> theres a small part of the code that is incorrect. Not a bug or >> anything >> that needs a patch. Just a simple change ( : $>30) into ( $>30) >> im looking for the email sent to me about it some time ago but im sure >> someone on here has it too. >> >> Ill pass it along if i have mine >> >> >> ----- Original Message ----- >> From: Don >> To: [email protected] >> Sent: Thursday, September 27, 2007 1:20 AM >> Subject: [General-discussion] Top Ten Requests >> >> >> Hello, >> >> It doesn't look as if my Top Ten Requests are updating itself. What >> do I have to do to cause it to start from zero at a certain point? >> >> Thanks, >> >> Don Hunt, Program Director >> WTLC Radio >> P.O. Box 20205 >> Springfield, IL 62704 >> www.wtlcradio.com >> >> _______________________________________________ >> General-discussion mailing list >> [email protected] >> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion >> >> TO unsubscribe to this list, simply send a blank email to >> [email protected] >> >> with the subject >> 'unsubscribe' >> >> _______________________________________________ >> General-discussion mailing list >> [email protected] >> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion >> >> TO unsubscribe to this list, simply send a blank email to >> [email protected] >> >> with the subject >> 'unsubscribe' >> > _______________________________________________ > General-discussion mailing list > [email protected] > http://mailman.spacialaudio.com/mailman/listinfo/general-discussion > > TO unsubscribe to this list, simply send a blank email to > [email protected] > > with the subject > 'unsubscribe' > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.488 / Virus Database: 269.13.32/1032 - Release Date: > 9/26/2007 > 8:20 PM > > > _______________________________________________ > General-discussion mailing list > [email protected] > http://mailman.spacialaudio.com/mailman/listinfo/general-discussion > > TO unsubscribe to this list, simply send a blank email to > [email protected] > > with the subject > 'unsubscribe' >
