- Timestamp:
- 12/25/08 13:42:21 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
de.mdman.racing.league/files/lib/action/RacingLeagueDeletePunishAction.class.php
r709 r749 27 27 $res = WCF::getDB()->sendQuery($sql); 28 28 $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); 29 34 30 35 if ($row > 0) {
