largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015192phplistSubscribe Processpublic30-11-08 14:0616-12-08 17:02
Reporterrai 
PrioritynormalSeveritytextReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.10.5 
Target VersionFixed in Version2.10.9 
Summary0015192: Confirm Email Alert with no fieldname when Empty
DescriptionIf 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"]);
TagsNo 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.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker