function url_update in Spam 5.3
Update url probabilities in database.
1 call to url_update()
- url_spamapi in filters/
url/ url.module - URL filter plug in for the spam module. Copyright(c) 2007-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
File
- filters/
url/ url.module, line 158
Code
function url_update($urls, $yes, $type, $id) {
module_invoke('bayesian', 'tokens_update', 'url', $urls, $yes, $type, $id);
}