[Tickets #1361] NEW: undefined variable
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat Feb 12 13:24:11 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1361
-----------------------------------------------------------------------
Ticket | 1361
Created By | subscribed-lists at sterndata.com
Summary | undefined variable
Queue | Turba
Version | 2.0.1
State | Unconfirmed
Priority | 3. High
Type | Bug
Owners |
-----------------------------------------------------------------------
subscribed-lists at sterndata.com (2005-02-12 13:24) wrote:
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()) {
More information about the bugs
mailing list