Closed (fixed)
Project:
Minutes
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Nov 2006 at 03:11 UTC
Updated:
22 Nov 2006 at 22:00 UTC
Currently, a database query is run for each attendee in _minutes_translate_uids_to_display(). This patch makes this a single query, simplifies the function, and removes the recursive call.
| Comment | File | Size | Author |
|---|---|---|---|
| minutes_translate_uids.patch | 1.78 KB | David Lesieur |
Comments
Comment #1
pukku commentedHi! I'm about to go on a two-week vacation, and I'm wicked busy with getting stuff ready both at work and at home, so I don't have the time to review this right now. Once I get back (beginning of December), I will definitely see about applying this.
Thanks for the improvements!
Ricky
Comment #2
pukku commentedHi! I had some spare time that suddenly showed up, so I was able to look this over. I committed the patch, although I changed from using
strtr()tot()just in case someone wants some kind of internationalization stuff to happen with it.Comment #3
(not verified) commented