Error Notice:Undefined offset
Publicado por Jonatan (1 intervención) el 17/04/2015 09:20:03
Hola a todos quisiera saber si me pueden dar una mano tengo un error notice en esta linea
si necesitan el for lo dejo aca
Desde ya muchas gracias
1
if ( $this->_combat_caps[$this->_element_id]['sd'][$type] > 1 )
si necesitan el for lo dejo aca
1
2
3
4
5
6
7
for ($type = 200; $type < 500; $type++)
{
if ( $this->_combat_caps[$this->_element_id]['sd'][$type] > 1 )
{
$ResultString .= $this->_lang['in_rf_again']. " ". $this->_lang['tech'][$type] ." <font color=\"#00ff00\">".$this->_combat_caps[$this->_element_id]['sd'][$type]."</font><br>";
}
}
Desde ya muchas gracias
Valora esta pregunta


0