Bugzilla – Attachment #101558: Bug 24745: (follow-up) Correct perl syntax for
bug #24745
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 24745
Collapse All
|
Expand All
(-)
a/Koha/Template/Plugin/KohaNews.pm (-3 / +2 lines)
Lines 52-58 sub get {
Link Here
52
blocktitle => $blocktitle
52
blocktitle => $blocktitle
53
};
53
};
54
} else {
54
} else {
55
return 0;
55
return;
56
}
56
}
57
}
57
}
58
58
Lines 79-82 the following TT code: [% KohaNews.get() %]
Link Here
79
79
80
Owen Leonard <oleonard@myacpl.org>
80
Owen Leonard <oleonard@myacpl.org>
81
81
82
=cut
82
=cut
83
-
Return to
bug 24745