Ticket #314 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Undefined variable error dans jMailer.class.php jelix 1.0beta3

Reported by: e-media Assigned to:
Priority: low Milestone: Jelix 1.0 RC1
Component: jelix:utils Version: 1.0 beta3
Severity: trivial Keywords:
Cc: Php version:
Review: Hosting Provider:
Documentation needed: Blocking:

Description (Last modified by laurentj)

En utilisant la classe jMailer et envoie smtp, si l'email est invalide avec par exemple ... $email="monmail@domaine.com,domaine2@domaine.com"; $mail->AddBCC($email); ... On obtient cette erreur [notice 1] Undefined variable: error /var/jelix/lib/jelix/utils/jMailer.class.php 500

vient du fait qu'on a $error.=... et que nulle par, on a initialiser $error=""

Change History

10/25/07 22:48:20 changed by laurentj

  • description changed.
  • component changed from jelix to jelix:utils.
  • priority changed from normal to low.
  • milestone set to Jelix 1.0.
  • owner changed.
  • severity changed from normal to trivial.

10/25/07 23:03:17 changed by laurentj

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in the trunk and 1.0beta3.x branch. Thanks.

Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed