Changeset 130
- Timestamp:
- 11/23/06 11:33:02 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/com_mls_tournaments/admin.mls_tournaments.php
r84 r130 994 994 $t->load( $id ); 995 995 996 /** Delete all matches for this tournament */ 997 $database->setQuery( "DELETE FROM `#__mls_tournaments_matches` WHERE `tournamentid`='".$t->id."'" ); 998 $database->query(); 999 $database->setQuery( "DELETE FROM `#__mls_tournaments_matches_temp` WHERE `tournamentid`='".$t->id."'" ); 1000 $database->query(); 1001 996 1002 /** Create the first round with all participants and defwins */ 997 1003 if(!@$_POST["matches"]) {