MantisBT: master ce66e07b

Author Committer Branch Timestamp Parent
rufinus master 2001-08-14 08:32 master 7de72f5c
Changeset

BugID: 795

The simple search SQL has:
AND $g_mantis_bug_text_table.id = $g_mantis_bug_table.id
which seems to me to be wrong. I think it should be:
AND $g_mantis_bug_text_table.id = $g_mantis_bug_table.bug_text_id

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@358 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - view_all_bug_page.php3 Diff File