[Moved reload rating engine button Tijmen de Mes **20121009115154 Ignore-this: 3a73e7084248daadee3ad56c9792de17 ] hunk ./library/rating.php 4817 - if ($ReloadRatingTables) { - reloadRatingEngineTables(); - - } else { - $this->db->query("select var_value from settings where var_name = 'reloadRating' and var_value='1'"); - if ($this->db->num_rows()) { - print " | table>Reload rating tables"; - } - } - hunk ./library/rating.php 4884 - print " - + + if ($this->settings['socketIPforClients'] && $this->settings['socketPort']) { + if ($ReloadRatingTables) { + reloadRatingEngineTables(); + } else { + $this->db->query("select var_value from settings where var_name = 'reloadRating' and var_value='1'"); + if ($this->db->num_rows()) { + print "table>Reload rating tables"; + } + } + } + print "