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

gábor hojtsy’s picture

Status: Active » Closed (duplicate)

#358373: Take into account contrib modules is modifying that code, so I took the time there to remove that code. See there.