Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_ct_project
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_ct_project
Commits
ad1865ae
Commit
ad1865ae
authored
10 years ago
by
Kevin Paxman
Browse files
Options
Downloads
Patches
Plain Diff
Remove unneeded } from end of PHP blocks to stop whitescreen error on certain views
parent
57ebb140
No related branches found
Branches containing commit
Tags
7.x-1.11
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uw_ct_project.views_default.inc
+0
-3
0 additions, 3 deletions
uw_ct_project.views_default.inc
with
0 additions
and
3 deletions
uw_ct_project.views_default.inc
+
0
−
3
View file @
ad1865ae
...
...
@@ -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'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment