Dominik
2014-01-23 2d7d9eaa5acda62f1580bc09304ce85a7f7cea9f
interface/lib/classes/remote.d/mail.inc.php
@@ -214,6 +214,10 @@
         return false;
      }
      //* Set a few params to non empty values that will be overwritten by mail_plugin
      if (!isset($params['uid'])) $params['uid'] = -1;
      if (!isset($params['gid'])) $params['gid'] = -1;
      $affected_rows = $this->insertQuery('../mail/form/mail_user.tform.php', $client_id, $params);
      return $affected_rows;
   }