Skip to content
Snippets Groups Projects
Commit ad1865ae authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Remove unneeded } from end of PHP blocks to stop whitescreen error on certain views

parent 57ebb140
No related branches found
Tags 7.x-1.11
No related merge requests found
......@@ -834,7 +834,6 @@ echo uw_ct_web_page_filter_summary($data->field_field_project_description[0][\'r
$handler->display->display_options['fields']['php']['use_php_setup'] = 0;
$handler->display->display_options['fields']['php']['php_output'] = '<?php
echo uw_ct_web_page_filter_summary($data->field_field_project_description[0][\'raw\']);
}
?>
';
$handler->display->display_options['fields']['php']['use_php_click_sortable'] = '0';
......@@ -993,7 +992,6 @@ echo uw_ct_web_page_filter_summary($data->field_field_project_description[0][\'r
$handler->display->display_options['fields']['php']['use_php_setup'] = 0;
$handler->display->display_options['fields']['php']['php_output'] = '<?php
echo uw_ct_web_page_filter_summary($data->field_field_project_description[0][\'raw\']);
}
?>
';
$handler->display->display_options['fields']['php']['use_php_click_sortable'] = '0';
......@@ -1289,7 +1287,6 @@ echo uw_ct_web_page_filter_summary($data->field_field_project_description[0][\'r
$handler->display->display_options['fields']['php']['use_php_setup'] = 0;
$handler->display->display_options['fields']['php']['php_output'] = '<?php
echo uw_ct_web_page_filter_summary($data->field_field_project_description[0][\'raw\']);
}
?>
';
$handler->display->display_options['fields']['php']['use_php_click_sortable'] = '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment