Skip to content

Commit

Permalink
retirando um var_dump que estava perdido
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioferracioli committed May 1, 2009
1 parent 4400279 commit 3c7aaac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/estados/lista_cidades.ctp
Expand Up @@ -6,7 +6,6 @@
<fieldset>
<legend>CakePHP Way</legend>
<?php
var_dump($estados);
echo $form->input('Estado.estado', array('options' => $estados));
echo $form->input('Estado.cidades', array('options' => array()));
echo $ajax->observeField('EstadoEstado',
Expand Down

0 comments on commit 3c7aaac

Please sign in to comment.