[email protected] skrev:
> Thilo,
> 
> This is great, the patch will be in asap.

this hasnt been comitted yet, right?

(i dont mean to be pushy - just making sure nothing gets dropped on the 
floor :-)

thanks!
kind regards
Thilo

> 
> Regards
> 
> ----- "Thilo Bangert" <[email protected]> a écrit :
> 
>> Thilo Bangert skrev:
>>> Hi,
>>>
>>> i found the solution to bug #559, as reported in
>>> "[Oscar-users] images not fully deleted".
>>>
>>> please apply the following patch.
>> of course, thats only the first half of the fix. also the following
>> change is necessary to make it work correctly
>>
>> [r...@buster SIS]# svn diff
>> Index: NewDB.pm
>> ===================================================================
>> --- NewDB.pm    (revision 8678)
>> +++ NewDB.pm    (working copy)
>> @@ -302,11 +302,11 @@
>>
>>        my @result;
>>        my (%options,@errors);
>> -    $options{debug}=1;
>> -    print "SQL query: $sql\n" if $debug;
>> -    #die "$0:Failed to query values via << $sql >>"
>> -    #    if (!do_select($sql,\...@result, \%options, @errors));
>> -    return @result;
>> +    #$options{debug}=1;
>> +    #print "SQL query: $sql\n" if $debug;
>> +    die "$0:Failed to query values via << $sql >>"
>> +        if (!do_update($sql, $maintable, \%options, @errors));
>> +    return 1;
>>    }
>>
>>    #sub set_common {
>> [r...@buster SIS]#
>>
>> kind regards
>> Thilo
>>


------------------------------------------------------------------------------
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to