6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
12/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#887] whups/lib/Driver/sql.php not getting listener list correctly
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. ,.__ . .. . | | \./ [__)| || | |__| | | \|__||/\|
Comment
> I understand from the outstanding tickets that you're working on > significant enhancements to whup's listener management. > > > > Meanwhile, we're manually registering listeners via whups_tickets_listeners. > > > > But whups/lib/Driver/sql.php needs to retrieve this list of user_uids > into an array, not array of arrays, viz. > > > > diff -u -r1.200 sql.php > > --- whups/lib/Driver/sql.php 23 Oct 2004 13:36:20 -0000 1.200 > > +++ whups/lib/Driver/sql.php 24 Nov 2004 17:05:49 -0000 > > @@ -1659,7 +1659,7 @@ > > $where = "(l.ticket_id = $ticket)"; > > $query = "SELECT DISTINCT l.user_uid FROM $tables WHERE $where"; > > Horde::logMessage('SQL Query by > Whups_Driver_sql::getListeners(): ' . $query, __FILE__, __LINE__, > PEAR_LOG_DEBUG); > > - $users = $this->_db->getAll($query, null, DB_FETCHMODE_ASSOC); > > + $users = $this->_db->getCol($query); > > > > $tinfo = $this->getTicketDetails($ticket); > > $requester = $tinfo['user_id_requester']; > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers