Modify

Opened 10 years ago

Closed 10 years ago

#677 closed Bug/Fehler (fixed)

Newsletter::sendRequestMail:182 - SEND_EMAILS anpassen

Reported by: INETvisio Owned by: Ronald Parcinski
Priority: niedrig Milestone: modified-shop-2.0.0.0
Component: Module Version: 1.06
Keywords: Cc:
Blocked By: Blocking:

Description

Hallo modified,

Datei: includes/classes/class.newsletter.php
Zeile (1.06SP2): 182

Bitte, Wenn-Abfrage ausbessern:

if (SEND_EMAILS == true) {

Diese Konstante kommt aus Datenbank und wird als String abgespeichert, bitte true durch String ersetzen:

if (SEND_EMAILS == 'true') {

Danke.
Gruß
Jürgen H.

Attachments (0)

Change History (1)

comment:1 by Ronald Parcinski, 10 years ago

Owner: set to Ronald Parcinski
Resolution: fixed
Status: newclosed

In 8908:

fix #677

Modify Ticket

Action
as closed The owner will remain Ronald Parcinski.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.