From 3a3c4256e51d6256b90568b13f4344f190ad8a98 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 3 Oct 2006 13:48:21 +0000 Subject: [PATCH] list undefined git-svn-id: svn://svn.open-ils.org/ILS/trunk@6374 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index 0771fbc6e1..e503e0250f 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -441,7 +441,7 @@ g.get_acpl_list = function() { } catch(E) { g.error.standard_unexpected_error_alert('get_acpl_list',E); - return list; + return []; } } -- 2.11.0