Change email format DESC

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
lkirkpatrick
Posts: 2
Joined: 14 Mar 2006, 19:57

Change email format DESC

Post by lkirkpatrick »

I would like to put the last change at the top of the email and sort desc from there so the newest are shown at top of the email. I guess i would need to edit email_api.php to do this but i dont see a sort order in that file. Any help would be appreciated.

-LC
atomoid
Posts: 108
Joined: 18 Aug 2005, 00:46
Location: santa cruz, ca

worth a try

Post by atomoid »

I havent tried, but since you can change your main bugs views, this might also affect the emails. Try out these config vars in your config_inc.php:

# --- bugnote ordering ------------
# change to ASC or DESC
$g_bugnote_order = 'DESC';

# --- bug history ordering ----
# change to ASC or DESC
$g_history_order = 'ASC';

...please let us know if this works or what problems are encountered...
Post Reply