Hello, names Pat. I have Edited the module code and its working fine with drupal 7. only thing is a new error popped up and i cant seem to track it down. The supposed error is from this line.

function userpoints_reset_page() {
 <strong> return drupal_get_form('userpoints_reset', $form);</strong>
}

Any body got clues as to how we can solve the problem?

Comments

patoh’s picture

I removed the $form variable and the error dissapeared.