Monotone-Parent: c5e7b3f2198f14a7d247e302df9c7faae7200946

Monotone-Revision: 40a6d5aaa872092069dd5cf9b03dc279c8ad7440

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-18T21:47:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-18 21:47:27 +00:00
parent c0fa4c6d1d
commit f5a8876657
+1 -1
View File
@@ -414,7 +414,7 @@
if ([[[[self context] request] formValueForKey: @"nojs"] intValue])
result = [self redirectToLocation: [self applicationPath]];
else
result = [self jsCloseWithRefreshMethod: @"refreshAppointments()"];
result = [self jsCloseWithRefreshMethod: @"refreshAppointmentsAndDisplay()"];
return result;
}