Changeset 458
- Timestamp:
- 09/30/09 07:59:48 (13 years ago)
- Location:
- dev/common/includes
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.config.php
r453 r458 65 65 config::set('cache_dir', 'cache/cache'); 66 66 config::set('km_cache_dir', 'cache/mails'); 67 config::set('DBUpdate', LATEST_DB_UPDATE); 67 68 } 68 69 } -
dev/common/includes/class.pilot.php
r456 r458 260 260 where plt_id = ".$this->id_); 261 261 } 262 //! Lookup a pilot name and set this object to use the details found. 263 264 /*! 265 * \param $name The pilot name to look up. 266 */ 267 function lookup($name) 268 { 269 $qry = new DBQuery(); 270 $qry->execute("select * from kb3_pilots 271 where plt_name = '".slashfix($name)."'"); 272 $row = $qry->getRow(); 273 if ($row['plt_id']) $this->id_ = $row['plt_id']; 274 $this->name_ = $row['plt_name']; 275 $this->externalid_ = intval($row['plt_externalid']); 276 $this->alliance_ = $row['plt_crp_id']; 277 } 262 278 } -
dev/common/includes/globals.php
r457 r458 7 7 else 8 8 { 9 $svn_rev = '45 7';9 $svn_rev = '458'; 10 10 } 11 11 define('SVN_REV', $svn_rev); … … 15 15 // current version: major.minor.sub 16 16 // unpair numbers for minor = development version 17 define('KB_VERSION', '2.0. 4');17 define('KB_VERSION', '2.0.5'); 18 18 define('KB_RELEASE', '(Apocrypha)'); 19 20 // set the running-server for id-syncs here21 define('KB_SYNCURL', 'http://sync.eve-dev.net/?a=sync_server');22 19 23 20 // add new corporations here once you've added the logo to img/corps/