Legend:
- Unmodified
- Added
- Removed
-
save.php
r17 r20 65 65 WriteLog('Zmìny v Questu: '.$entry.' ulo¾eny! <a href="form.php?ID='.$QuestID.'">'.$QuestID.'</a>', 1); 66 66 $Database->SQLCommand("DELETE FROM `quests_vote` WHERE `quests_vote`.`IDquest` = ".$QuestID); 67 $type_translation = 1; 68 $ID_translation = $QuestID; 69 $Database->SQLCommand("DELETE FROM tag WHERE ID_translation = $ID_translation AND type_translation = $type_translation"); 67 70 } 68 71
Note:
See TracChangeset
for help on using the changeset viewer.