wrong method name
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 19 Jun 2006 20:03:32 +0000 (20:03 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 19 Jun 2006 20:03:32 +0000 (20:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4679 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/z3950.js

index 5e1431e..4fe79bb 100644 (file)
@@ -655,7 +655,7 @@ cat.z3950.prototype = {
                                }
                        }
                } catch(E) {
-                       obj.error.standard_unexpected_error_dialog('Error retrieving stored z39.50 credentials',E);
+                       obj.error.standard_unexpected_error_alert('Error retrieving stored z39.50 credentials',E);
                }
        },