Bug in lib_master::convertGroup()
Submitted teraßyte, Sep 21 2012 03:31 AM | Last updated Oct 03 2012 08:08 PM
In the mentioned function the current converters code contains:
Obviously it should be:
$info['g_max_mass_pm'] = intval(g_max_mass_pm);
Obviously it should be:
$info['g_max_mass_pm'] = intval($info['g_max_mass_pm']);
| Status: | Fixed |
| Version: | 0 |
| Fixed In: | 0 |











2 Comments
-
-