includes/clientside/static/functions.js
changeset 1053 bdbb49cf6f1b
parent 1033 99bff0df45fa
child 1125 367768040a61
--- a/includes/clientside/static/functions.js	Sat Jul 11 20:24:19 2009 -0400
+++ b/includes/clientside/static/functions.js	Sat Jul 11 20:25:50 2009 -0400
@@ -940,7 +940,7 @@
 // Included only for API-compatibility
 function ajaxPromptAdminAuth(call_on_ok, level)
 {
-  ajaxLogonInit(call_on_ok, level);
+  ajaxLoginInit(call_on_ok, level);
 }
 
 /**