diff -r 644cf0d39b25 -r 42a64cbffdf5 src/cm/media/js/client/c_sync.js --- 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) ;