src/cm/media/js/client/c_sync.js
changeset 24 c8a95e540b79
parent 17 a4be0b8a905d
child 103 61fd17f9ab78
--- a/src/cm/media/js/client/c_sync.js	Fri Dec 04 14:05:05 2009 +0100
+++ b/src/cm/media/js/client/c_sync.js	Tue Dec 08 16:51:48 2009 +0100
@@ -131,14 +131,14 @@
 							function() { // special case : no waiting for the return, no error check, nothing !
 									var cfg = {
 									method: "POST", 
-									data: urlEncode({'fun':'ownNotify', 'key':sv_key, 'email':ret['email'], 'active':false}) 
+									data: urlEncode({'fun':'ownNotify', 'key':sv_key, 'version_key':sv_version_key, 'email':ret['email'], 'active':false}) 
 								} ; 
 								CY.io(sv_client_url, cfg);
 							}, this, null,
 							function() { // special case : no waiting for the return, no error check, nothing !
 									var cfg = {
 									method: "POST", 
-									data: urlEncode({'fun':'ownNotify', 'key':sv_key, 'email':ret['email'], 'active':true}) 
+									data: urlEncode({'fun':'ownNotify', 'key':sv_key, 'version_key':sv_version_key, 'email':ret['email'], 'active':true}) 
 								} ; 
 								CY.io(sv_client_url, cfg);
 							}, this, null) ;