Outlook 2007 issue with neutral confirmation link
-
I see the thread I posted to already had status ‘resolved’. That can be confusing, so I added this new thread:
The new confirmation-hyperlink is not functioning well in Outlook 2007, while it is missing a slash between the domain name and the question mark.
Please add a slash to the generated path before the question mark:
knews.php line 336
[ Moderator note: please wrap code in backticks or use the code button. ]
if ($extra_params != '') { if (strpos($url_home, '?')===false) { $url_home .= '<strong>/</strong>?' . $extra_params; } else { $url_home .= '&' . $extra_params; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Outlook 2007 issue with neutral confirmation link’ is closed to new replies.