- Timestamp:
- 11/10/08 17:29:57 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
racing.league/files/lib/action/RacingLeagueDeleteRaceAction.class.php
r691 r707 39 39 WCF::getDB()->sendQuery($sql); 40 40 41 // hier werden auch Strafen fÌr das gelöschte Rennen gelöscht 42 $sql = "DELETE FROM `wcf".WCF_N."_racing_punish` 43 WHERE `raceID` = '".escapeString($this->raceID)."' 44 "; 45 WCF::getDB()->sendQuery($sql); 46 41 47 if ($row > 0) { 42 48 WCF::getTPL()->append('userMessages', WCF::getTPL()->fetch('racingLeagueDeleteSuccess'));
