form_alter do nothing on D6

eaposztrof - April 23, 2008 - 02:39

hi all..
i have some working personal module, but the "e_reg_form_alter" do nothing..
i try this:

<?php
function e_reg_form_alter($form_id, $form) {
  switch (
$form_id) {
    case
'user-register':
     
print_r($form);
      break;
  }
}
?>

the module name and filenames is "e_reg" too.. and the drupal is the newest 6.2..
any idea?

 
 

Drupal is a registered trademark of Dries Buytaert.