tbrehm
2012-05-10 c378ff2480be3d39d0b4665489bf680e6fdb8fae
Fixed wrong example for remote function mail_catchall_add.
1 files modified
2 ■■■ changed files
remoting_client/examples/mail_catchall_add.php 2 ●●● patch | view | raw | blame | history
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'