Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

FS#241 - ufraw options not taken into account

Attached to Project: Photo Organizer
Opened by Robert Hendrickx (robert.hendrickx) - Saturday, 11 August 2007, 17:53 GMT
Last edited by Solomon Peachy (pizza) - Saturday, 11 August 2007, 18:28 GMT
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 2.34-rc2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The "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, 18:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  checked into r1553. Thanks!

Loading...