6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
<%
|
|
Request("DELETE FROM box_items.xml WHERE (BIItem = $id)");
|
|
Request("UPDATE items.xml SET ItemStatus = 1 WHERE (ItemId = $id)");
|
|
Redirect("box.xhs?id=$box");
|
|
%>
|