src/cm/media/js/client/c_sync.js
changeset 30 42a64cbffdf5
parent 24 c8a95e540b79
child 103 61fd17f9ab78
--- a/src/cm/media/js/client/c_sync.js	Tue Dec 08 16:55:22 2009 +0100
+++ b/src/cm/media/js/client/c_sync.js	Tue Dec 08 16:56:04 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) ;