Closed (fixed)
Project:
Util
Version:
6.x-3.x-dev
Component:
Dblog_extension
Priority:
Minor
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
4 Nov 2009 at 23:44 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
arhak commentedI misinterpreted this bug, actually the empty text belongs to Anonymous user
(
$row->namedoesn't returns any name)this will be fixed altogether handling this filter by
u.uidinstead ofu.name, since it is no longer an autocompletion but awhich might have duplicated names/realnames
Comment #2
arhak commentedNote: if this gets committed first then a re-roll would be required for #642164: filter by u.uid instead of u.name and vice versa.
Comment #3
arhak commentedbug fix: use double equals (instead of three) to compare
$row->uid == 0Comment #4
nancydruCommitted.