--- 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) ;