Changeset 133 for dev/common/class.toplist.php
- Timestamp:
- 12/02/06 05:17:10 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.toplist.php
r129 r133 228 228 229 229 $this->sql_ .= " ".$this->sqlbottom_; 230 // echo $this->sql_."<br >";230 // echo $this->sql_."<br/><br/>"; 231 231 $this->qry_->execute($this->sql_); 232 232 } … … 389 389 $sql = "select count(kll.kll_id) as cnt, kll.kll_fb_plt_id as plt_id 390 390 from kb3_kills kll 391 inner join kb3_inv_detail ind392 on ( ind.ind_kll_id = kll.kll_id)393 391 inner join kb3_pilots plt 394 on ( plt.plt_id = ind.ind_plt_id ";392 on ( plt.plt_id = kll.kll_fb_plt_id "; 395 393 if ($this->inv_crp_) 396 394 $sql .= " and plt.plt_crp_id in ( ".substr($this->inv_crp_, 0, strlen($this->inv_crp_) - 2)." )";