$query = $db->simple_select('threads', 'COUNT(tid) AS aportes', "uid='{$memprofile['uid']}' AND prefix IN ('X1', 'X2', 'X3')"); $memprofile['aportes'] = my_number_format(intval($db->fetch_field($query, 'aportes')));
omar.gonzalez
Omar G.#6117
@omarugc