Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/07/2006, 19:29
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Cambia:
Código PHP:
if( mysql_num_rows$result <= ) ) { 
Por:
Código PHP:
if( mysql_num_rows$result ) <= ) {