%@LANGUAGE="VBSCRIPT"%> <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Spd E-Letter v4 ' © 2001, 2002 PensaWorks, inc. ' For help with this program, please visit http://www.pensaworks.com '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Dim Access : Access = "Broadcast" Dim Nav3 : Nav3 = "5" %> <% if (request("msgID") <> "" AND IsNumeric(request("msgID"))) then msgID = clng(request("msgID")) else msgID = 0 set getRecord = mlConn.Execute("SELECT ML_Lists.ListID AS ListID2, * FROM ML_Broadcast INNER JOIN ML_Lists ON ML_Broadcast.ListID = ML_Lists.ListID WHERE ML_Broadcast.MessageID = " & msgID) if (getRecord.EOF) then response.redirect "message.asp?msg=20" if NOT allowedList(getRecord("ListID2"), allowedLists) then response.redirect "message.asp?msg=49" if request("action") = "go" then set getRecord = nothing mlConn.Execute("UPDATE ML_Broadcast SET sch = 0, schBy = '" & session("svUsername") & "' WHERE MessageID = " & msgID) response.redirect "message.asp?msg=46" end if %>
|
Unschedule Broadcast Are you sure you want to un-schedule this message? |
||
|
|