Bugzilla – Attachment #47567: [SIGNED-OFF]Bug 15415: Warn when creating a new print profile for
bug #15415
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 15415
Collapse All
|
Expand All
(-)
a/C4/Creators/Profile.pm (-2 lines)
Lines 184-190 sub get_attr {
Link Here
184
return $self->{$attr};
184
return $self->{$attr};
185
}
185
}
186
else {
186
else {
187
warn sprintf('%s is currently undefined.', $attr);
188
return -1;
187
return -1;
189
}
188
}
190
}
189
}
191
-
Return to
bug 15415