|
| »
Nuovi Membri |
| Errore: SELECT COUNT(t_inv.inid) AS CNT,t_customer.company_name,t_customer.star,t_customer.region_code,t_customer.country_code,t_customer.customer_code,t_customer.city,t_hotels.hotel_id,t_hotels.image_s FROM t_hotels,t_customer,t_inv WHERE t_customer.customer_code=t_inv.customer_code AND t_hotels.customer_code=t_customer.customer_code AND publish='Y' AND t_hotels.lang_id='4' AND t_customer.active='Y' AND t_customer.registered='Y' AND t_inv.inid>'' AND t_inv.inv_magazine='N' AND t_inv.canceled='N' GROUP BY t_inv.customer_code ORDER BY CNT ASC,t_customer.last_inid DESC LIMIT ,
| |