User Profile

User
 tlacomiztli
Location
 México
URL
 http://www.guayabaelectronica.com.mx/

Recent Comments

Posted 21/12/2009 11:42am
Well, maybe the options['disable'] doesn't work because in the helper code, the author wrote:


if (!empty($options['disable'])) {
   $submit .= "$id.diable; ";
}

If you already noticed, you should edit this part, and write
 $submit .= "$id.disable; "; 
, instead of

 $submit .= "$id.diable; ";  .

:D

Thanks for the helper!