quiten debug

This commit is contained in:
Klaus Leithoff 2010-02-01 09:07:18 +00:00
parent 6c8e0f2ee9
commit 8c6881db7c

View File

@ -152,7 +152,7 @@
$replyIds = explode(',',$replyID);
$icServer = 0; //(int)$_GET['icServer'];
$folder = base64_decode($_GET['folder']);
_debug_array(array('reply_id'=>$replyIds,'folder'=>$folder));
//_debug_array(array('reply_id'=>$replyIds,'folder'=>$folder));
if (!empty($folder) && !empty($replyID) ) {
// this fill the session data with the values from the original email
$buff = $this->bocompose->preferencesArray['message_forwarding'];