--- a/web/data/cubicweb.calendar.js Tue Apr 21 19:20:56 2009 +0200
+++ b/web/data/cubicweb.calendar.js Wed Apr 22 16:50:46 2009 +0200
@@ -235,7 +235,7 @@
// the only way understood by both IE and Mozilla. Otherwise,
// IE accepts innerText and mozilla accepts textContent
var selectedDate = new Date(cal.year, cal.month, cell.innerHTML, 12);
- var xxx = remote_exec("format_date", toISOTimestamp(selectedDate));
+ var xxx = remoteExec("format_date", toISOTimestamp(selectedDate));
input.value = xxx;
cal.hide();
}