From d91b60a6561da5a03574b5d711d6d02d1ca2a393 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 9 Dec 2005 19:15:16 +0000 Subject: [PATCH 1/1] doh 2 git-svn-id: svn://svn.open-ils.org/ILS/trunk@2313 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/opac.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/opac.js b/Open-ILS/xul/staff_client/server/cat/opac.js index 38e9aa7291..410d58cb4c 100644 --- a/Open-ILS/xul/staff_client/server/cat/opac.js +++ b/Open-ILS/xul/staff_client/server/cat/opac.js @@ -1,6 +1,6 @@ dump('entering cat.opac.js\n'); -if (typeof patron == 'undefined') cat = {}; +if (typeof cat == 'undefined') cat = {}; cat.opac = function (params) { try { -- 2.43.2