Fix removed blank lines
This commit is contained in:
parent
d0e08818e1
commit
ea89d59b7a
@ -53,7 +53,6 @@ class mailing_partnership extends MailingTargets
|
|||||||
*
|
*
|
||||||
* @param DoliDB $db Database handler
|
* @param DoliDB $db Database handler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public function __construct($db)
|
public function __construct($db)
|
||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
@ -70,7 +69,6 @@ class mailing_partnership extends MailingTargets
|
|||||||
* @param int $mailing_id Id of mailing. No need to use it.
|
* @param int $mailing_id Id of mailing. No need to use it.
|
||||||
* @return int <0 if error, number of emails added if ok
|
* @return int <0 if error, number of emails added if ok
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public function add_to_target($mailing_id)
|
public function add_to_target($mailing_id)
|
||||||
{
|
{
|
||||||
// phpcs:enable
|
// phpcs:enable
|
||||||
@ -157,7 +155,6 @@ class mailing_partnership extends MailingTargets
|
|||||||
*
|
*
|
||||||
* @return array Array with SQL requests
|
* @return array Array with SQL requests
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public function getSqlArrayForStats()
|
public function getSqlArrayForStats()
|
||||||
{
|
{
|
||||||
// CHANGE THIS: Optionnal
|
// CHANGE THIS: Optionnal
|
||||||
@ -176,7 +173,6 @@ class mailing_partnership extends MailingTargets
|
|||||||
* @param string $sql Requete sql de comptage
|
* @param string $sql Requete sql de comptage
|
||||||
* @return int|string Nb of recipient, or <0 if error, or '' if NA
|
* @return int|string Nb of recipient, or <0 if error, or '' if NA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public function getNbOfRecipients($sql = '')
|
public function getNbOfRecipients($sql = '')
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user