From 7b47c0aa0aeee6f059f00008e36cc210ca89ecb9 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 21 Aug 2013 10:28:20 -0400 Subject: [PATCH] Merged revisions 4069-4117 from stable branch. --- remoting_client/examples/client_add.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/remoting_client/examples/client_add.php b/remoting_client/examples/client_add.php index 25412ec..95faffd 100644 --- a/remoting_client/examples/client_add.php +++ b/remoting_client/examples/client_add.php @@ -25,7 +25,7 @@ 'zip' => '21337', 'city' => 'london', 'state' => 'bavaria', - 'country' => 'UK', + 'country' => 'GB', 'telephone' => '123456789', 'mobile' => '987654321', 'fax' => '546718293', -- Gitblit v1.9.1