- Timestamp:
- 04/02/07 21:54:56 (15 years ago)
- Location:
- dev/common/includes
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.toplist.php
r199 r200 279 279 if (count($this->vic_scl_id)){ 280 280 $this->setPodsNoobShips(false); 281 }else{ 282 $this->setPodsNoobShips(true); 281 283 } 282 284 } … … 307 309 $this->setSQLBottom("group by ind.ind_crp_id order by 1 desc 308 310 limit 30"); 309 if (count($this->vic_scl_id)){ 310 $this->setPodsNoobShips(false); 311 } 311 if (count($this->vic_scl_id)){ 312 $this->setPodsNoobShips(false); 313 }else{ 314 $this->setPodsNoobShips(true); 315 } 316 312 317 } 313 318 } … … 361 366 $this->setSQLBottom("group by kll.kll_victim_id order by 1 desc 362 367 limit 30"); 363 if (count($this->vic_slc_id_)){364 365 368 if (!count($this->vic_scl_id_)){ 369 $this->setPodsNoobShips(false); 370 } 366 371 } 367 372 } … … 380 385 $this->setSQLBottom("group by kll.kll_crp_id order by 1 desc 381 386 limit 30"); 382 if (count($this->vic_slc_id_)){ 383 $this->setPodsNoobShips(false); 384 } 387 if (count($this->vic_scl_id)){ 388 $this->setPodsNoobShips(false); 389 }else{ 390 $this->setPodsNoobShips(true); 391 } 385 392 } 386 393 } -
dev/common/includes/globals.php
r198 r200 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 197$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 200 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5