developer question about file bug_api.php
Posted: 26 Oct 2006, 18:37
line 576:
I cannot find where $p_file_name is created, or initialized, to anything. Anyone have any ideas? I'm thinking it might need to be either
or
instead. Any thoughts appreciated.
Code: Select all
$t_new_diskfile_name = $t_file_path . file_generate_unique_name( 'bug-' . $p_file_name, $t_file_path );
Code: Select all
$result['filename']
Code: Select all
$t_bug_file['filename']