Changeset 31033 in osm for applications/editors/josm/i18n/launchpad.pl
- Timestamp:
- 2015-02-22T15:00:26+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/launchpad.pl
r30879 r31033 192 192 getcredits(); 193 193 #print $mech->status() ." - ". $mech->uri()."\n"; 194 $mech->submit_form( with_fields => {"email" => $user, "password" => $pwd});194 $mech->submit_form(form_id => "login-form", fields => {"email" => $user, "password" => $pwd}); 195 195 #$mech->dump_headers(); 196 196 #print $mech->status() ." - ". $mech->uri()."\n";
Note:
See TracChangeset
for help on using the changeset viewer.