Changeset 317 for dev/common/includes/class.pilot.php
- Timestamp:
- 01/25/08 09:00:29 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.pilot.php
r254 r317 35 35 { 36 36 $this->execQuery(); 37 return '?a=thumb&id='.$this->row_['plt_externalid'].'&size='.$size; 37 /* charID api readout - in work, feel free to test 38 if ($this->row_['plt_externalid'] == 0) && config::get('apiCharId'){ 39 require_once("class.api.php"); 40 $api = new Api(); 41 $id = $api->getCharId(plt_name); 42 if ($id > 0){ 43 setCharacterID($id); 44 } 45 return '?a=thumb&id='.$id.'&size='.$size; 46 47 }*/ 48 return '?a=thumb&id='.$this->row_['plt_externalid'].'&size='.$size; 38 49 } 39 50 40 51 function execQuery() 41 52 {