projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5a4a8
)
Fix an undefined variable warning
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Aug 2009 18:01:07 +0000
(12:01 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 31 Aug 2009 01:26:37 +0000
(19:26 -0600)
framework/Mime/lib/Horde/Mime.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime.php
b/framework/Mime/lib/Horde/Mime.php
index
1664423
..
8d663b3
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime.php
+++ b/
framework/Mime/lib/Horde/Mime.php
@@
-490,10
+490,9
@@
class Horde_Mime
$ret['val'] = trim(substr($data, 0, $pos));
$data = trim(substr($data, ++$pos));
+ $params = $tmp = array();
if (strlen($data) > 0) {
- $params = $tmp = array();
-
/* This splits on a semi-colon, if there's no preceeding
* backslash. */
preg_match_all($splitRegex, $data, $matches);