Koha/opac
Colin Campbell 4f49dc5ad0 Bug 6877 - use is executed and errors at compile time
Although use is being called in an eval it will still be executed
at compile time so that an error can cause the script to abort before
the eval is executed. The eval expression syntax is not checked
so eval block should be preferred.
Use require/import which execute at runtime which is the intention
here.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
checked that, with Libravatar OK things are still OK
2011-11-25 14:17:58 +01:00
..
errors
rss
sco Bug 4330: Missing License Statement 2011-11-24 14:15:57 +01:00
changelanguage.pl Bug 6755 Followup setlanguagecookie used in 2 places 2011-09-27 08:22:18 +13:00
ilsdi.pl Bug 5639 (MT #3605) Fix escaping in ILSDI 2011-08-05 09:07:15 +12:00
maintenance.pl
oai.pl
opac-account.pl
opac-addbybiblionumber.pl
opac-alert-subscribe.pl
opac-authorities-home.pl Bug 5453 Move declarations out of conditionals in opac 2011-07-15 15:50:22 +12:00
opac-authoritiesdetail.pl Bug 5453 Move declarations out of conditionals in opac 2011-07-15 15:50:22 +12:00
opac-basket.pl
opac-browser.pl
opac-changelanguage.pl Bug 6755 Problems with switching languages 2011-09-23 09:47:09 +12:00
opac-detail.pl Bug 6877 - use is executed and errors at compile time 2011-11-25 14:17:58 +01:00
opac-downloadcart.pl
opac-downloadshelf.pl Fix for Bug 3140 - It is possible to email someone else's private list 2011-05-26 09:50:52 +12:00
opac-export.pl Bug 4330: Wrong address for Free Software Foundation 2011-11-24 14:15:55 +01:00
opac-ics.pl
opac-ISBDdetail.pl Bug 5453 Move declarations out of conditionals in opac 2011-07-15 15:50:22 +12:00
opac-main.pl Bug 6755 Problems with switching languages 2011-09-23 09:47:09 +12:00
opac-MARCdetail.pl 6829: Remove two warnings for opac-MARCdetail 2011-09-14 22:22:37 +12:00
opac-messaging.pl
opac-modrequest.pl
opac-mymessages.pl
opac-passwd.pl
opac-privacy.pl
opac-readingrecord.pl
opac-renew.pl Bug 5199 : Followup patch, fixing a bug with NULL option 2011-07-03 08:48:52 +12:00
opac-reserve.pl Bug 6328 follow-up for QA comments 2011-11-25 14:00:47 +01:00
opac-review.pl
opac-search-history.pl
opac-search.pl Bug 7073: GetCOinSBiblio should take $record object, not biblionumber 2011-11-24 11:44:02 +01:00
opac-sendbasket.pl Bug 6050 Make calls to GetItemsInfo consistent 2011-06-14 14:12:02 +12:00
opac-sendshelf.pl Fix for Bug 6957, authors disappearing when emailing lists 2011-10-20 11:34:39 +13:00
opac-serial-issues.pl
opac-shelves.pl
opac-showmarc.pl Bug 6972: Hardcoded template paths to en in showmarc 2011-10-20 01:48:52 +13:00
opac-showreviews.pl Bug 6877 - use is executed and errors at compile time 2011-11-25 14:17:58 +01:00
opac-suggestions.pl
opac-tags.pl
opac-tags_subject.pl
opac-topissues.pl Bug 5453 Move declarations out of conditionals in opac 2011-07-15 15:50:22 +12:00
opac-user.pl Bug 6328 fine in days does not work 2011-11-25 14:00:47 +01:00
opac-userdetails.pl
opac-userupdate.pl Bug 6870 [enh] - allow opac-userupdate.pl to use the patron's email as 'from' address 2011-09-24 10:09:14 +12:00
unapi