Summary | Error in DIMP's _getIdxString()-function |
Queue | DIMP |
Queue Version | 1.1.1 |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | thomas (at) gelf (dot) net |
Created | 01/15/2009 (6015 days ago) |
Due | |
Updated | 12/22/2010 (5309 days ago) |
Assigned | 01/15/2009 (6015 days ago) |
Resolved | 01/24/2009 (6006 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
before monday. But who cares, just have a look at the posted code
and tell me the value of $key - the error is to be found there!
help us reproduce the problem by supplying the actual value, to help
us figure out what's going on.
tests on monday and let you know!
before monday. But who cares, just have a look at the posted code
and tell me the value of $key - the error is to be found there!
help us reproduce the problem by supplying the actual value, to help
us figure out what's going on.
$i = each($indices);
return reset($i['value']) . IMP_IDX_SEP . $i['key'];
before monday. But who cares, just have a look at the posted code
and tell me the value of $key - the error is to be found there!
State ⇒ Feedback
in imp/lib/Compose.php
a PEAR_Error.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Error in DIMP's _getIdxString()-function
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
out what this function is used for:
{
$i = each($indices);
return reset($i['value']) . IMP_IDX_SEP . $i['key'];
}
is obvious - there is no $key:
in dimp/imp.php on line 112
PHP Notice: Undefined index: key in dimp/imp.php on line 112
Thomas Gelf