View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015192 | phpList 3 application | Subscribe Process | public | 30-11-08 14:06 | 16-12-08 17:02 |
Reporter | rai | ||||
Priority | normal | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.5 | ||||
Target Version | Fixed in Version | 2.10.9 | |||
Summary | 0015192: Confirm Email Alert with no fieldname when Empty | ||||
Description | If the user subscribe or change his data, an empty confirm email field will not show the field name in the alert window. The fault is in file admin/subscribelib2.php. At line 702 in the last Globals variable is a $-sign, generating a variable in the array: false: $GLOBALS["strConfirmEmail"],htmlspecialchars(stripslashes($_REQUEST["emailconfirm"])),$textlinewidth, $GLOBALS["$strConfirmEmail"]); right: $GLOBALS["strConfirmEmail"],htmlspecialchars(stripslashes($_REQUEST["emailconfirm"])),$textlinewidth, $GLOBALS["strConfirmEmail"]); | ||||
Tags | No tags attached. | ||||
has duplicate | 0012800 | resolved | When Display Confirm Email is selected and field is left blank, the javascript message does not display correctly. |