Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | public static function db_bashing_list_get($user, $planet_dst, $time_limit) { |
||
17 | $query = classSupernova::$db->doSelect("SELECT bashing_time FROM {{bashing}} WHERE bashing_user_id = {$user['id']} AND bashing_planet_id = {$planet_dst['id']} AND bashing_time >= {$time_limit};"); |
||
18 | |||
19 | return $query; |
||
20 | } |
||
21 | |||
31 |
This method has been deprecated.