Loading views_php.module +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ function views_php_check_access($php_access, $view_name, $display_id, $account = /** * Helper function; builds form for PHP code options of views handlers/plugins. */ function views_php_form_element($handler, $checkbox = FALSE, $input, $variables = array()) { function views_php_form_element($handler, $checkbox, $input, $variables = array()) { static $default_variables; if (!isset($default_variables)) { $default_variables = array( Loading Loading
views_php.module +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ function views_php_check_access($php_access, $view_name, $display_id, $account = /** * Helper function; builds form for PHP code options of views handlers/plugins. */ function views_php_form_element($handler, $checkbox = FALSE, $input, $variables = array()) { function views_php_form_element($handler, $checkbox, $input, $variables = array()) { static $default_variables; if (!isset($default_variables)) { $default_variables = array( Loading