Changeset 20 for npc_save.php
- Timestamp:
- Oct 2, 2008, 9:38:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npc_save.php
r17 r20 60 60 <a href="npc_form.php?ID='.$npc_ID.'">'.$npc_ID.'</a>', 6); 61 61 $Database->SQLCommand("DELETE FROM `npc_vote` WHERE `npc_vote`.`IDnpc` = ".$npc_ID); 62 $type_translation = 2; 63 $ID_translation = $npc_ID; 64 $Database->SQLCommand("DELETE FROM tag WHERE ID_translation = $ID_translation AND type_translation = $type_translation"); 62 65 } 63 66 //echo $sql;
Note:
See TracChangeset
for help on using the changeset viewer.