list undefined
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Oct 2006 13:48:21 +0000 (13:48 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Oct 2006 13:48:21 +0000 (13:48 +0000)
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

index 0771fbc..e503e02 100644 (file)
@@ -441,7 +441,7 @@ g.get_acpl_list = function() {
 
        } catch(E) {
                g.error.standard_unexpected_error_alert('get_acpl_list',E);
-               return list;
+               return [];
        }
 }