This is the bug tracker for Photo Organizer.
FS#241 - ufraw options not taken into account
Attached to Project:
Photo Organizer
Opened by Robert Hendrickx (robert.hendrickx) - Saturday, 11 August 2007, 13:53 GMT-4
Last edited by Solomon Peachy (pizza) - Saturday, 11 August 2007, 14:28 GMT-4
Opened by Robert Hendrickx (robert.hendrickx) - Saturday, 11 August 2007, 13:53 GMT-4
Last edited by Solomon Peachy (pizza) - Saturday, 11 August 2007, 14:28 GMT-4
|
DetailsThe "global $po_options" is missing in import_raw_decode_ufraw
patch : Index: include/import.php =================================================================== --- include/import.php (revision 1548) +++ include/import.php (working copy) @@ -1007,6 +1007,7 @@ function import_raw_decode_ufraw($input_file_name, $camera_input_profile, $verbose, &$image_data) { // global $icc_profiles; + global $po_options; global $sys_ufraw; global $tmp_volume_path; global $strings; |
This task depends upon
Closed by Solomon Peachy (pizza)
Saturday, 11 August 2007, 14:28 GMT-4
Reason for closing: Fixed
Additional comments about closing: checked into r1553. Thanks!
Saturday, 11 August 2007, 14:28 GMT-4
Reason for closing: Fixed
Additional comments about closing: checked into r1553. Thanks!