6.0.0-RC7
6/29/26

[#1361] undefined variable
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

History
71 Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS and 2.0.2.
119 subscribed-lists (at) sterndata (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ undefined variable
Queue ⇒ Turba
Reply to this comment
he following pops up at the top of the page when I go to my address book:



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()) {


Saved Queries