Translations
This commit is contained in:
parent
d06d6c51cd
commit
85a3bbba3d
@ -55,9 +55,9 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
|
||||
|
||||
|
||||
/**
|
||||
* Affiche formulaire de filtre qui apparait dans page de selection des destinataires de mailings
|
||||
* Displays the filter form that appears in the mailing recipient selection page
|
||||
*
|
||||
* @return string Retourne zone select
|
||||
* @return string Return select zone
|
||||
*/
|
||||
public function formFilter()
|
||||
{
|
||||
@ -83,7 +83,7 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
|
||||
|
||||
|
||||
/**
|
||||
* Renvoie url lien vers fiche de la source du destinataire du mailing
|
||||
* Returns url link to file of the source of the recipient of the mailing
|
||||
*
|
||||
* @param int $id ID
|
||||
* @return string Url lien
|
||||
@ -115,7 +115,7 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
|
||||
}
|
||||
$sql .= " ORDER BY email";
|
||||
|
||||
// Stocke destinataires dans target
|
||||
// Store recipients in target
|
||||
$result = $this->db->query($sql);
|
||||
if ($result) {
|
||||
$num = $this->db->num_rows($result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user