Show
Ignore:
Timestamp:
12/25/08 13:42:21 (4 years ago)
Author:
MDMAN
Message:

new Version 1.0.0 beta 4 for racing.league

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • de.mdman.racing.league/files/lib/action/RacingLeagueDeletePunishAction.class.php

    r709 r749  
    2727                        $res = WCF::getDB()->sendQuery($sql); 
    2828                        $row = WCF::getDB()->getAffectedRows($res); 
     29                         
     30                        $sql = "DELETE FROM `wcf".WCF_N."_racing_punish_to_team` 
     31                                WHERE `punishID` = '".escapeString($this->punishID)."' 
     32                                        ";                       
     33                        $res = WCF::getDB()->sendQuery($sql); 
    2934                                 
    3035                        if ($row > 0) {