diff options
author | alecpl <alec@alec.pl> | 2009-05-29 12:19:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-29 12:19:59 +0000 |
commit | 0eeee634139a13e10f18a4e5168eca5105a1bb04 (patch) | |
tree | 7345f402a2ec0552723a16767ee60307b46b7bd3 /program/lib | |
parent | 6bc59a726c16314b31934936b1bbb2dc42d613e3 (diff) |
- fix too many debug info ;)
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/imap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/lib/imap.inc b/program/lib/imap.inc index c65f90537..2954ecfe5 100644 --- a/program/lib/imap.inc +++ b/program/lib/imap.inc @@ -2623,7 +2623,6 @@ function iil_C_FetchStructureString(&$conn, $folder, $id) { $result = trim(substr($result, strpos($result, 'BODYSTRUCTURE')+13, -(strlen($result)-strrpos($result, $key)+1))); } } - console('----'.$result); return $result; } |