1
Gestione siti di Sport / Re: Statistiche personali 0.92
« il: 16 Set 2008, 13:18:31 »
avevo lo stesso problema ho risolto nel seguente modo:
preso il file /components/com_joomleague/lib/editevents.class.php
e alla riga 295(circa) modificato
$query = "UPDATE #__joomleague_match_players SET out = 1, in_out_time = '".$in_out_time."'
WHERE match_id = '".$this->match->match_id."' AND player_id = '".$player_out."'";
con
$query = "UPDATE #__joomleague_match_players SET `out` = 1, in_out_time = '".$in_out_time."'
WHERE match_id = '".$this->match->match_id."' AND player_id = '".$player_out."'";
preso il file /components/com_joomleague/lib/editevents.class.php
e alla riga 295(circa) modificato
$query = "UPDATE #__joomleague_match_players SET out = 1, in_out_time = '".$in_out_time."'
WHERE match_id = '".$this->match->match_id."' AND player_id = '".$player_out."'";
con
$query = "UPDATE #__joomleague_match_players SET `out` = 1, in_out_time = '".$in_out_time."'
WHERE match_id = '".$this->match->match_id."' AND player_id = '".$player_out."'";