Subversion Repositories DevTools

Rev

Rev 1376 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1376 Rev 4955
Line 80... Line 80...
80
   Call Create_New_Project ( parProj )
80
   Call Create_New_Project ( parProj )
81
 
81
 
82
   Response.Redirect("index.asp")
82
   Response.Redirect("index.asp")
83
Else
83
Else
84
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
84
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
85
   Response.write QSTR_All
85
   Response.write QSTR_FullQuery
86
End If
86
End If
87
%>
87
%>
88
 
88
 
89
<!-- DESTRUCTOR ------->
89
<!-- DESTRUCTOR ------->
90
<!--#include file="common/destructor.asp"-->
90
<!--#include file="common/destructor.asp"-->