quotations, RT#16996
[freeside.git] / FS / FS / part_export / everyone_net.pm
index e3c6d3d..0fd32fa 100644 (file)
@@ -20,7 +20,7 @@ tie my %options, 'Tie::IxHash',
   'options'=> \%options,
   'notes'  => <<'END'
 Real-time export to
-<a href="http://www.cp.net/">Everyone.net</a> via the XRC Remote API.
+<a href="http://www.everyone.net/">Everyone.net</a> via the XRC Remote API.
 Requires installation of
 <a href="http://search.cpan.org/dist/Net-XRC">Net::XRC</a>
 from CPAN.
@@ -87,7 +87,6 @@ sub _export_replace {
 
   $self->_xrc_command( 'setUserPassword',
                        $new->domain,
-                       $domain_clientID,
                        string($new->username),
                        string($new->_password),
                      );