git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
<%
|
|
Request("UPDATE items.xml SET ItemCat = $category, ItemName = '$name', ItemSerial = '$serial', ItemComment = '$comment', ItemStatus = $status, ItemPhoto = '$image'
|
|
WHERE (ItemId = $id)");
|
|
Redirect("item.xhs?id=$id");
|
|
%>
|