passing the folder base64encoded when exporting to infolog infolog/inc/class.uiinfolog.inc.php

This commit is contained in:
Klaus Leithoff 2008-06-04 06:53:24 +00:00
parent 6b74d6ad88
commit 1585195b98

View File

@ -1325,7 +1325,7 @@ class uiinfolog
{
$uid = $_GET['uid'];
$partid = $_GET['part'];
$mailbox = $_GET['mailbox'];
$mailbox = base64_decode($_GET['mailbox']);
if (!empty($_to_emailAddress))
{