Changeset 129
- Timestamp:
- 11/23/06 11:04:24 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/com_mls_tournaments/mls_tournaments.class.php
r86 r129 328 328 //make defwins 329 329 $m = new $class( $database ); 330 $m->makeDefwins( $this->id, true); 330 if($this->_temp) { 331 $m->makeDefwins( $this->id, true ); 332 } else { 333 $m->makeDefwins( $this->id, false ); 334 } 335 331 336 //this is now all done, update the tournament status, if not in TEMP mode 332 337 if(!$this->_temp) {