Jimy %!s(int64=6) %!d(string=hai) anos
pai
achega
7e2f659912
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Http/Controllers/Admin/SportsfootController.php

+ 1 - 0
app/Http/Controllers/Admin/SportsfootController.php

@@ -198,6 +198,7 @@ class SportsfootController extends Controller {
 			if (empty($sureblur) || $sureblur == 'off') {
 				$where[] = array('st_zq_result.home_team', 'like', '%' . $home_team . '%');
 				$orwhere[] = array('st_zq_result.guest_team', 'like', '%' . $home_team . '%');
+				$swhere[] = array('st_zq_result.match_id', 'like', '%' . $home_team . '%');
 			} else {
 				$where[] = array('st_zq_result.home_team', '=', $home_team);
 				$orwhere[] = array('st_zq_result.guest_team', '=', $home_team);