| Summary | undefined variable |
| Queue | Turba |
| Queue Version | 2.0.1 |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | |
| Requester | subscribed-lists (at) sterndata (dot) com |
| Created | 2/12/05 (7807 days ago) |
| Due | |
| Updated | 2/13/05 (7806 days ago) |
| Assigned | |
| Resolved | 2/13/05 (7806 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ undefined variable
Queue ⇒ Turba
Undefined variable: listList in /var/www/html/horde/turba-h3-2.0.1/browse.php
on line 236
The code is
/* Create list of lists for Add to. */
$addToList = array();
if (!empty($cfgSources[$source]['map']['__type'])) {
if (is_a($listList, 'PEAR_Error')) { // Line 236
It looks like this should be coming in from an include file, but I can't find
it in any of the turba source:
# grep -R listList *.php
browse.php: if (is_a($listList, 'PEAR_Error')) {
browse.php: $notification->push($listList, 'horde.error');
browse.php: $listList = $driver->search(array('__type' =>
'Group'));
browse.php: $listList->reset();
browse.php: while ($listObject = $listList->next()) {