| Summary | Undefined offset error |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | mrubinsk (at) horde (dot) org |
| Created | 1/31/10 (5913 days ago) |
| Due | |
| Updated | 2/1/10 (5912 days ago) |
| Assigned | |
| Resolved | 2/1/10 (5912 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Bug #8844: Sorted list contains sequence numbers, which start at 1 - not 0http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=19e297b60a4724b53866b555fd021c5f6f7e501f&r2=cf94ff65306d45c30449be14ae4a850c9c6ad242
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Undefined offset error
Type ⇒ Bug
State ⇒ Unconfirmed
/usr/local/horde/horde/imp/lib/Views/ListMessages.php on line 319
Looks like the call to _getUidList() on line 258 might need to pass
'1' as the first argument, but I'm not familiar enough with the code
to know if $sorted_list['s'] is supposed to be zero based or not...or
if it's something else wrong that's causing $sorted_list['s'] to NOT
be zero based.