Hello all,

On a previous installation of Drupal, I was using the following for additional processing:

$sid = _webform_save_submission($node, $form_values['submitted']);

However, in upgrading to 5.15, I now get the following error:

Call to undefined function _webform_save_submission()

What is the new function I should use?

Comments

WorldFallz’s picture

Probably best asked in the webform module's issue queue.

lokisapocalypse’s picture

I'll post it there. Thanks. I'm not terribly familiar with the organization of these forums.

WorldFallz’s picture

No worries-- basically, module specific questions are more likely to get a response in the module's issue queue where other users of the module tend to browse. It's not always true, but i've had more success doing that.