Skip to content

Commit 32e254f

Browse files
committed
Correct the description of the park() and unpark() method.
Previously they shared their description with the list parked domains method.
1 parent 9000ed8 commit 32e254f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmlapi.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ public function addpop($username, $args)
23322332
return $this->api1_query($username, 'Email', 'addpop', $args);
23332333
}
23342334

2335-
// This API function displays a list of all parked domains for a specific user.
2335+
// This API function parks a domain onto this user's account
23362336
public function park($username, $newdomain, $topdomain)
23372337
{
23382338
$args = array();
@@ -2349,7 +2349,7 @@ public function park($username, $newdomain, $topdomain)
23492349
return $this->api2_query($username, 'Park', 'park', $args);
23502350
}
23512351

2352-
// This API function displays a list of all parked domains for a specific user.
2352+
// This API function unparks a domain from this user's account.
23532353
public function unpark($username, $domain)
23542354
{
23552355
$args = array();

0 commit comments

Comments
 (0)