From 8428c07f2ff8d64a82eeee8a4f9474158d0bf955 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Fri, 24 Apr 2009 15:09:55 -0500 Subject: [PATCH] Bug 3127 - Stub function prevents undefined reference Signed-off-by: Galen Charlton --- .../prog/en/modules/authorities/authorities-home.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl index 425e37312a..ce70aa87c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl @@ -16,6 +16,9 @@ function searchauthority() { Y = document.forms[0].value.value; window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; } +function confirm_deletion() { // not really implemented, but required by phantom delAuthButton code in authorities-toolbar.inc + return true; +} //]]> -- 2.20.1