Closed (duplicate)
Project:
Paranoia
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 14:00 UTC
Updated:
8 Jun 2010 at 10:35 UTC
paranoia.module line 19
foreach ($form['checkboxes'][$rid]['#default_value'] as $key => $value) {
if ($value == 'use PHP for block visibility') {
}
}
this part of the source seems as unused code to me
Comments
Comment #1
gábor hojtsy#358373: Take into account contrib modules is modifying that code, so I took the time there to remove that code. See there.