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 , 10 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 8908: