[open-ils-commits] r10620 - trunk/Open-ILS/web/vandelay
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 17 13:00:58 EDT 2008
Author: erickson
Date: 2008-09-17 13:00:55 -0400 (Wed, 17 Sep 2008)
New Revision: 10620
Modified:
trunk/Open-ILS/web/vandelay/vandelay.js
Log:
typo crept in
Modified: trunk/Open-ILS/web/vandelay/vandelay.js
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.js 2008-09-17 16:02:38 UTC (rev 10619)
+++ trunk/Open-ILS/web/vandelay/vandelay.js 2008-09-17 17:00:55 UTC (rev 10620)
@@ -29,6 +29,7 @@
dojo.require('openils.CGI');
dojo.require('openils.User');
dojo.require('openils.Event');
+dojo.require('openils.MarcXPathParser');
var globalDivs = [
'vl-generic-progress',
@@ -166,7 +167,7 @@
currentQueueId = cgi.param('qid');
currentType = cgi.param('qtype');
if(currentQueueId)
- return retrievenueuedRecords(currentType, currentQueueId, handleRetrieveRecords);
+ return retrieveQueuedRecords(currentType, currentQueueId, handleRetrieveRecords);
vlShowUploadForm();
}
More information about the open-ils-commits
mailing list