Skip to content
Snippets Groups Projects
Commit 3d72f788 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix phpcs

parent fe86ef57
No related branches found
No related tags found
No related merge requests found
...@@ -200,9 +200,10 @@ class mailing_advthirdparties extends MailingTargets ...@@ -200,9 +200,10 @@ class mailing_advthirdparties extends MailingTargets
* For example if this selector is used to extract 500 different * For example if this selector is used to extract 500 different
* emails from a text file, this function must return 500. * emails from a text file, this function must return 500.
* *
* @param string $sql Sql request to use
* @return int Nb of recipients * @return int Nb of recipients
*/ */
function getNbOfRecipients($sql) function getNbOfRecipients($sql='')
{ {
global $conf; global $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment