View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017614 | phpList 3 application | General | public | 09-03-15 11:00 | 13-02-19 12:28 |
Reporter | bst2002 | ||||
Priority | none | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.12 | ||||
Target Version | 3.0.X | Fixed in Version | 3.2.0 | ||
Summary | 0017614: placeholders for Subscribe Pages | ||||
Description | helps to avoid errors and would be a relief in File admin/connect.php at abount Line No. 1397 (phplist 3.0.10 line No. 1400) add to Lines: $data[$row["name"]] = preg_replace('/<\?=VERSION\?>/i', VERSION, $data[$row['name']]); $data[$row["name"]] = str_ireplace('[organisation_name]', $GLOBALS['organisation_name'], $data[$row['name']]); This Line: $data[$row["name"]] = str_ireplace('[website]', $GLOBALS['website'], $data[$row['name']]); | ||||
Tags | No tags attached. | ||||