Modify

Opened 10 years ago

Closed 10 years ago

#602 closed Bug/Fehler (fixed)

Fehlende Kommas in class.newsletter.php

Reported by: Hetfield Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.0.0
Component: Admin Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

In der class.newsletter.php fehlt an 3 Stellen (in den Zeilen 85, 141 und 197) jeweils im Array ein Komma an dieser Stelle:

$sql_data_array = array('mail_status' => '1'

Es müsste also so geändert werden:

$sql_data_array = array('mail_status' => '1',

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 10 years ago

Resolution: fixed
Status: newclosed

In 8533:

fix #602, #603

Modify Ticket

Action
as closed The owner will remain somebody.
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.