';
} else { # FAILURE
if ( 1 == $disallowed ) {
print error_string( ERROR_FILE_DISALLOWED ).'
';
} else if ( 0 == $good_upload ) {
print error_string( ERROR_NO_FILE_SPECIFIED ).'
';
} else if ( !$result ) {
print_sql_error( $query );
}
}
print_bracket_link( $t_redirect_url, lang_get( 'proceed' ) );
?>