Closed (fixed)
Project:
Ban and Unpublish
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 15:58 UTC
Updated:
17 Sep 2010 at 20:54 UTC
Great module! The unpublish node functionality isn't working though -- there's an error on line 75:
function ban_unpublish_nodes($target) {
should be:
function ban_unpublish_nodes($uid) {
Comments
Comment #1
yelvington commentedThanks! Fixed in HEAD.
Comment #2
yelvington commentedComment #3
yelvington commentedIncluded in the release.
Comment #4
yelvington commentedI fixed it, committed it to HEAD, then did something to step on the code with my fat fingers, committed the deletion to HEAD, and rolled a release. I hate days like that.
The fix is in http://ftp.drupal.org/files/projects/ban_unpublish-6.x-1.1.tar.gz