MantisBT: master d8a4c2ff

Author Committer Branch Timestamp Parent
gthomas dhx master 2010-09-17 20:50 master 3e17066d
Affected Issues  0012366: core/file_api.php uses old-style db_get_table
Changeset

Fix 0012366: file_api uses old style calls to db_get_table

file_api uses some old style calls to db_get_table(..), similar to:
db_get_table( 'mantis_bug_file_table' )

Instead of the newer argument format:
db_get_table( 'bug_file' );

Signed-off-by: David Hicks hickseydr@optusnet.com.au

mod - core/file_api.php Diff File