Dominik
2014-01-19 000225f0ad802163aeae37cf3fc0261498cffe46
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'] = 999989999;
      if (!isset($params['gid'])) $params['gid'] = 999989999;
      $affected_rows = $this->insertQuery('../mail/form/mail_user.tform.php', $client_id, $params);
      return $affected_rows;
   }