From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- remoting_client/examples/mail_catchall_add.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/remoting_client/examples/mail_catchall_add.php b/remoting_client/examples/mail_catchall_add.php index 8bf3206..8b5d6f3 100644 --- a/remoting_client/examples/mail_catchall_add.php +++ b/remoting_client/examples/mail_catchall_add.php @@ -18,7 +18,7 @@ $client_id = 1; $params = array( 'server_id' => 1, - 'source' => 'hallo@test.int', + 'source' => '@test.int', 'destination' => 'ciao@test.int', 'type' => 'catchall', 'active' => 'y' -- Gitblit v1.9.1