| 
      
      
      From: Lionel B. <lio...@bo...> - 2007-01-31 09:22:09
      
     | 
| David Landgren wrote the following on 31.01.2007 09:52 :
>
>>      # Is it time for cleanups ?
>> -    if (time() > ($self->{sqlgrey}{last_dbclean} + $self->{sqlgrey}{db_cleandelay})) {
>> -
>> +    my $current_time = time();
>> +    if ($current_time() > ($self->{sqlgrey}{last_dbclean} + $self->{sqlgrey}{db_cleandelay})) {
>>     
>             ^^^^^^^^^^^^^^^
>
> That won't compile as is. I think you mean $current_time.
>   
Yes, thanks for the typocheck, the fix has just been commited.
Lionel
 |