6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
<%
|
|
Request("UPDATE categories.xml SET CatDeleted = 'true' WHERE (CatId = $id)");
|
|
Redirect("categories.xhs");
|
|
%>
|
|
|