Ver Mensaje Individual
  #7 (permalink)  
Antiguo 11/03/2010, 16:45
pacorubio77
 
Fecha de Ingreso: noviembre-2007
Mensajes: 533
Antigüedad: 16 años, 6 meses
Puntos: 1
Respuesta: error que me da en un newsbox

encuentro en mi código la sentencia
Código PHP:
$date_query tep_db_query("select distinct month_date from " TABLE_NEWS " order by month_date asc"); 

y esta otra query que

Código PHP:
$date_query tep_db_query("select distinct month_date from " TABLE_NEWS " order by month_date asc limit " NEWS_MONTH_ROWS); 
y no se cual es el error....???