/** @deprecated  [2011-03-15] Old constructor function for downwards compatibility */
 public function cNewsletterJob($mId = false)
 {
     cWarning(__FILE__, __LINE__, "Deprecated method call, use __construct()");
     $this->__construct($mId);
 }
 /** @deprecated  [2011-03-15] Old constructor function for downwards compatibility */
 function WorkflowTask()
 {
     cWarning(__FILE__, __LINE__, "Deprecated method call, use __construct()");
     $this->__construct();
 }
 /** @deprecated  [2011-03-15] Old constructor function for downwards compatibility */
 public function RecipientGroupMember($mId = false)
 {
     cWarning(__FILE__, __LINE__, "Deprecated method call, use __construct()");
     $this->__construct($mId);
 }