summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-12-09 06:29:38 +0000
committerThierry Vignaud <tv@mandriva.org>2008-12-09 06:29:38 +0000
commit1297d2b2eb89deabf175c2ac539049ffe5a083df (patch)
tree9bdf05f5bb2fa6b17013fc8cc587df010b563713
parentfb85669380e509930f82f2517b0a6843337feade (diff)
downloadmgaonline-1297d2b2eb89deabf175c2ac539049ffe5a083df.tar
mgaonline-1297d2b2eb89deabf175c2ac539049ffe5a083df.tar.gz
mgaonline-1297d2b2eb89deabf175c2ac539049ffe5a083df.tar.bz2
mgaonline-1297d2b2eb89deabf175c2ac539049ffe5a083df.tar.xz
mgaonline-1297d2b2eb89deabf175c2ac539049ffe5a083df.zip
(add_restricted_medium) remove debug statement
-rwxr-xr-xmdkapplet-restricted-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper
index ee605915..95da3234 100755
--- a/mdkapplet-restricted-helper
+++ b/mdkapplet-restricted-helper
@@ -113,7 +113,7 @@ sub add_restricted_medium {
my ($email, $password) = @_;
my $res = get_from("https://my.mandriva.com/rest/authenticate", [ 'username', $email, 'password', $password,
- '22return', 'userdata' ]);
+ 'return', 'userdata' ]);
my $ref = XML::Simple->new->XMLin($res->{_content});
if ($ref->{code} != 0) {