View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0003155 | mantisbt | bugtracker | public | 2003-04-23 01:04 | 2003-12-13 04:38 | 
| Reporter | ndeboer | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 0.18.0a4 | ||||
| Summary | 0003155: 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  | ||||
| Tags | No tags attached. | ||||
| 
	
	 MantisBT: master cd22e09e 2003-04-22 20:37 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 | ||