Changeset 20 for npc_save.php


Ignore:
Timestamp:
Oct 2, 2008, 9:38:57 PM (16 years ago)
Author:
maron
Message:

Vlastní výběr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npc_save.php

    r17 r20  
    6060      <a href="npc_form.php?ID='.$npc_ID.'">'.$npc_ID.'</a>', 6);
    6161      $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");
    6265    }
    6366      //echo $sql;
Note: See TracChangeset for help on using the changeset viewer.