View Issue Details

IDProjectCategoryView StatusLast Update
0003155mantisbtbugtrackerpublic2003-12-13 04:38
Reporterndeboer Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.0a4 
Summary0003155: Field 'date_added' not correctly printed in print_bug_page.php
Description

The field 'date_added' is not correctly printed in print_bug_page.php. The select query needs to be changed to:

SELECT *, UNIX_TIMESTAMP(date_added) as date_added
(... etc)

TagsNo tags attached.

Relationships

has duplicate 0003509 closedvboctor Print report: attached file wrong date 

Activities

vboctor

vboctor

2003-04-23 02:38

manager   ~0004242

Fixed in CVS. Will be available in 0.18.0a5.

ndeboer, thanks for the fix.

Related Changesets

MantisBT: master cd22e09e

2003-04-22 20:37

vboctor


Details Diff
Fix 0003155: Field 'date_added' (for attachments) not correctly printed in print_bug_page.php.

Thanks for ndeboer for the fix.

M print_bug_page.php
- Use UNIX_TIMESTAMP in the query for retrieving the attached file information.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2159 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003155
mod - print_bug_page.php Diff File
mod - doc/ChangeLog Diff File