Subversion Repositories DevTools

Rev

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

Rev 5899 Rev 5957
Line 21... Line 21...
21
<!--#include file="common/qstr.asp"-->
21
<!--#include file="common/qstr.asp"-->
22
<!--#include file="common/common_subs.asp"-->
22
<!--#include file="common/common_subs.asp"-->
23
<%
23
<%
24
' Make sure rtag_id is always present
24
' Make sure rtag_id is always present
25
If Request("pv_id") = "" Then
25
If Request("pv_id") = "" Then
-
 
26
    Call Destroy_All_Objects
26
    Response.Redirect("index.asp")
27
    Response.Redirect("index.asp")
27
End If
28
End If
28
%>
29
%>
29
<%
30
<%
30
'------------ ACCESS CONTROL ------------------
31
'------------ ACCESS CONTROL ------------------
Line 223... Line 224...
223
If (Request("action") = "TextImport") Then
224
If (Request("action") = "TextImport") Then
224
    Call Populate_from_Import ( Request("FRdeps"), HTML_pkg_list, DataFound )
225
    Call Populate_from_Import ( Request("FRdeps"), HTML_pkg_list, DataFound )
225
Else
226
Else
226
    Call Populate_from_Package ( parPv_id, parRtag_id, HTML_pkg_list, DataFound )
227
    Call Populate_from_Package ( parPv_id, parRtag_id, HTML_pkg_list, DataFound )
227
    If Not DataFound Then
228
    If Not DataFound Then
-
 
229
        Call Destroy_All_Objects
228
        Response.Redirect ("form_search_pkgs.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"&add_type="& enum_ADD_DEPENDENCIES)
230
        Response.Redirect ("form_search_pkgs.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"&add_type="& enum_ADD_DEPENDENCIES)
229
    End If
231
    End If
230
End If
232
End If
231
%>
233
%>
232
<html>
234
<html>
Line 549... Line 551...
549
        </tr>
551
        </tr>
550
      </table>
552
      </table>
551
      <!-------------------------------------------------->
553
      <!-------------------------------------------------->
552
    </td>
554
    </td>
553
  </tr>
555
  </tr>
554
  <tr>
-
 
555
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
556
    <!-- FOOTER -->
-
 
557
    <!--#include file="_footer.asp"-->
-
 
558
    </td>
-
 
559
  </tr>
-
 
560
</table>
556
</table>
-
 
557
<!-- FOOTER -->
-
 
558
<!--#include file="_footer.asp"-->
561
</body>
559
</body>
562
</html>
560
</html>
563
<%
-
 
564
Call Destroy_All_Objects
-
 
565
%>
-