largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0015192 [phplist] Subscribe Process text always 30-11-08 14:06 16-12-08 17:02
Reporter rai View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.5
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"]);
Additional Information
Tags No tags attached.
Attached Files

- Relationships
has duplicate 0012800resolvedchdelgado When Display Confirm Email is selected and field is left blank, the javascript message does not display correctly. 

-  Notes
(0050264)
chdelgado (administrator)
16-12-08 17:02

Thanks for the contribution. The problem was fixed that way.


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker