Bugzilla – Attachment #16697: [PASSED QA] QA follow-up return with explicit undef removed for
bug #6874
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 6874
Collapse All
|
Expand All
(-)
a/C4/UploadedFiles.pm (-2 / +1 lines)
Lines 180-186 sub UploadFile {
Link Here
180
return $id;
180
return $id;
181
}
181
}
182
182
183
return undef;
183
return;
184
}
184
}
185
185
186
=head2 DelUploadedFile
186
=head2 DelUploadedFile
187
-
Return to
bug 6874