MantisBT: master 404f407e

Author Committer Branch Timestamp Parent
Paul Richards master 2008-10-18 09:33 master c5523fd9
Affected Issues  0009704: Remote Code Execution in manage_proj_page.php
Changeset

Fix previous commit:
1) array_key_exist does not exist - it is array_key_exists
2) array_key_exists only works on a single dimension array, so we use current()/is_array to search for the sort column in the array and ensure we have a multi-dimensional array.

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

mod - lang/strings_english.txt Diff File
mod - core/utility_api.php Diff File
mod - core/constant_inc.php Diff File