Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
F
filefield
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
filefield
Commits
bc70cf03
Commit
bc70cf03
authored
Apr 24, 2010
by
quicksketch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correcting notice.
parent
176b5844
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
filefield_formatter.inc
filefield_formatter.inc
+1
-1
No files found.
filefield_formatter.inc
View file @
bc70cf03
...
...
@@ -93,7 +93,7 @@ function theme_filefield_item($file, $field) {
*/
function
filefield_file_listed
(
$file
,
$field
)
{
if
(
!
empty
(
$field
[
'list_field'
]))
{
return
(
bool
)
$file
[
'list'
]
;
return
!
empty
(
$file
[
'list'
])
;
}
return
TRUE
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment