Subversion Repositories DevTools

Rev

Rev 5957 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5957 Rev 5980
Line 115... Line 115...
115
    sMessageAdd 1, "Internal: PVID not provided"
115
    sMessageAdd 1, "Internal: PVID not provided"
116
End If
116
End If
117
 
117
 
118
If CBool(Request("action")) AND isNULL(sMessage) Then
118
If CBool(Request("action")) AND isNULL(sMessage) Then
119
    '
119
    '
120
    '   Attempt to desroy the package    
120
    '   Attempt to destroy the package    
121
    DestroyPackage parPvId, RequestDefault("destroy", 1), rsView
121
    DestroyPackage parPvId, RequestDefault("destroy", 1), rsView
122
    If getRecordCount(rsView) = 0 Then
122
    If getRecordCount(rsView) = 0 Then
123
        If Request("bfile") <> "" Then
123
        If Request("bfile") <> "" Then
124
            OpenInParentWindow(objPMod.GetParamValue("bfile") &"?DESTROYED=OK"& objPMod.ComposeURLWithout("bfile,pv_id"))
124
            OpenInParentWindow(objPMod.GetParamValue("bfile") &"?DESTROYED=OK"& objPMod.ComposeURLWithout("bfile,pv_id"))
125
        Else
125
        Else