Subversion Repositories DevTools

Rev

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

Rev 5931 Rev 5957
Line 87... Line 87...
87
%>
87
%>
88
<%
88
<%
89
If Request("action") = "true" Then
89
If Request("action") = "true" Then
90
   Call UpdateBuildInfo()
90
   Call UpdateBuildInfo()
91
   If objEH.Finally Then
91
   If objEH.Finally Then
-
 
92
      Call Destroy_All_Objects
92
      Response.Redirect("admin_build_service.asp")
93
      Response.Redirect("admin_build_service.asp")
93
   End If
94
   End If
94
End If
95
End If
95
%>
96
%>
96
<html>
97
<html>
Line 358... Line 359...
358
         </td>
359
         </td>
359
      </tr>
360
      </tr>
360
   </form>
361
   </form>
361
</table>
362
</table>
362
</table>
363
</table>
363
 
-
 
364
<!-- FOOTER -->
364
<!-- FOOTER -->
365
<!--#include file="_footer.asp"-->
365
<!--#include file="_footer.asp"-->
366
</body>
366
</body>
367
</html>
367
</html>
368
<%
-
 
369
Call Destroy_All_Objects
-
 
370
%>
-