Closed (fixed)
Project:
Donation
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2008 at 08:25 UTC
Updated:
13 Dec 2008 at 18:01 UTC
From this issue http://drupal.org/node/320682, there was a t() in a define in donation.module as well that can seriously hinder performance on sites using locales extensively.
This patch just moves the t() out of the define and where the defined text is used later in the functions. The patch wasn't created against the trunk of the branch, but it successfully patches it (with an offset).
| Comment | File | Size | Author |
|---|---|---|---|
| donation.module.patch | 1.96 KB | sarvab |
Comments
Comment #1
kbahey commentedNice catch. Thank you.
Committed.