Just pulled down the git repository & verified that this module has a typo in it. No such thing as a privider function.

$ grep -ir privider *
antispam.module: watchdog('antispam', "verifying a key: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "verifying a key: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "cheking a content failed: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "cheking a content failed: unexpected response is returned from the service provider " . antispam_get_privider_name($provider, FALSE) . ": " . $out);
antispam.module: watchdog('antispam', "cheking a content failed: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "submitting spam: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "submitting spam: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "submitting ham: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));
antispam.module: watchdog('antispam', "submitting ham: can not get a response back from the service provider " . antispam_get_privider_name($provider, FALSE));

CommentFileSizeAuthor
#1 privider-1361410-1.patch6.43 KBdrnikki
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drnikki’s picture

Status: Active » Needs review
FileSize
6.43 KB

patch attached.

mgifford’s picture

Thanks..

Jody Lynn’s picture

Status: Needs review » Fixed

Committed to 7.x-1.x. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.