While asking a technical question on forums, please specify Your version of Joomla and JoomSport component.
Hello,
there is a bug in the file ...../components/com_joomsport/models/default/team.php, that leads to a wrong calculation of played matches:
line 160 to 163 :
if(count($mids)){
$midss = implode(',',$mids);
$query .= " AND m.id NOT IN (".$mids.")";
}
should be :
if(count($mids)){
$midss = implode(',',$mids);
$query .= " AND m.id NOT IN (".$midss.")";
}
there is one "s" missing (.$mids. should be .$midss.)
Please fix it
GTvB
JoomSport Pro Version : 2.5
Joomla Version : 2.5.8
Forum Legend:
JoomSport.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries
Copyright © 2009-2012 BearDev < Web Solutions /> JoomSport site Disclimer