You are here

function panels_uid_settings_form_submit in Panels 6.2

Same name and namespace in other branches
  1. 5.2 arguments/uid.inc \panels_uid_settings_form_submit()

There appears to be a bit of a bug with the way we're handling forms; it causes 'checkboxes' to get invalid values added to them when empty. This takes care of that.

1 string reference to 'panels_uid_settings_form_submit'
panels_uid_panels_arguments in arguments/uid.inc
@file arguments/uid.inc

File

arguments/uid.inc, line 68
arguments/uid.inc

Code

function panels_uid_settings_form_submit(&$values) {
}