Changeset 306 for dev/common/includes/class.ship.php
- Timestamp:
- 12/31/07 09:54:25 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.ship.php
r254 r306 35 35 function getTechLevel() 36 36 { 37 $this->execQuery();38 return $this-> row_['shp_techlevel'];37 if (!$this->shiptechlevel_) $this->execQuery(); 38 return $this->shiptechlevel_; 39 39 } 40 40