Page 1 of 1

developer question about file bug_api.php

Posted: 26 Oct 2006, 18:37
by shark
line 576:

Code: Select all

$t_new_diskfile_name = $t_file_path . file_generate_unique_name( 'bug-' . $p_file_name, $t_file_path );
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

Code: Select all

$result['filename']
or

Code: Select all

$t_bug_file['filename']
instead. Any thoughts appreciated.

Posted: 06 Nov 2006, 14:50
by shark
penny for your thoughts.