Small changes

This commit is contained in:
evader1337
2016-09-14 15:05:28 +02:00
parent 32e016e948
commit 5b73417956
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class Automation {
private $bountyOproduction = array();
private $bountyOpop = 1;
public function isWinner() {
public function isWinner() {
$q = mysqli_query($GLOBALS['link'],"SELECT vref FROM ".TB_PREFIX."fdata WHERE f99 = '100' and f99t = '40'");
$isThere = mysqli_num_rows($q);
if($isThere > 0)