Skip to content

Commit

Permalink
syntax errors
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@622 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Jan 11, 2002
1 parent e245dee commit a390df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core_email_API.php
Expand Up @@ -400,7 +400,7 @@ function email_build_bugnote_message( $p_bug_id ) {

$t_message = "";

$query = "SELECT *, UNIX_TIMESTAMP(last_updated) as last_updated
$query = "SELECT *, UNIX_TIMESTAMP(last_modified) as last_modified
FROM $g_mantis_bugnote_table
WHERE bug_id='$p_bug_id'
ORDER BY date_submitted $g_bugnote_order";
Expand Down
2 changes: 1 addition & 1 deletion report_bug_advanced_page.php3
Expand Up @@ -262,7 +262,7 @@
<textarea name="f_additional_info" cols="60" rows="5" wrap="virtual"><? echo $f_additional_info ?></textarea>
</td>
</tr>
<? if ( ON = $g_allow_file_upload ) { ?>
<? if ( ON == $g_allow_file_upload ) { ?>
<tr class="row-1">
<td class="category">
<? echo $s_upload_file ?>
Expand Down

0 comments on commit a390df9

Please sign in to comment.