APPPATH/classes/model/league.php [ 296 ]
291 }
292
293 return false;
294 }
295
296 public function FInviteExists($home_id, $guest_id, $day) {
297 if ( MSQL::Instance()->Rows("select id from friendly_official where home_id = '".$home_id."' and guest_id='".$guest_id."' and day='".$day."'") > 0 || $this->FDayBusy($home_id, $day) || $this->FDayBusy($guest_id, $day) ) {
298 return true;
299 } else {
300 return false;
301 }
-
APPPATH/classes/model/league.php [ 296 ] » Kohana_Core::error_handler(arguments)
-
APPPATH/views/index/league/v_finvite.php [ 5 ] » Model_League->FInviteExists(arguments)
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
-
APPPATH/views/index/v_base.php [ 20 ] » Kohana_View->__toString()
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
-
APPPATH/views/v_base.php [ 87 ] » Kohana_View->__toString()
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
-
APPPATH/classes/controller/template.php [ 45 ] » Kohana_View->render()
-
APPPATH/classes/controller/application.php [ 160 ] » Controller_Template->after()
-
APPPATH/classes/controller/base.php [ 76 ] » Controller_Application->after()
-
APPPATH/classes/controller/index.php [ 47 ] » Controller_Base->after()
-
{PHP internal call} » Controller_Index->after()
-
SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
-
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
-
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()