Bug 3127 - Stub function prevents undefined reference
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 24 Apr 2009 20:09:55 +0000 (15:09 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 25 Apr 2009 00:49:08 +0000 (19:49 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl

index 425e373..ce70aa8 100644 (file)
@@ -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;
+}
 //]]>
 </script>
 </head>