mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
Disable releasecheck in 1.644
This commit is contained in:
parent
4a1d71d8fd
commit
f1987d5e52
4
imapsync
4
imapsync
@ -677,8 +677,8 @@ $modules_version = defined( $modules_version ) ? $modules_version : 1 ;
|
|||||||
# The second line (ending with "1 ;") can stay active or be commented,
|
# The second line (ending with "1 ;") can stay active or be commented,
|
||||||
# the result will be the same: no releasecheck by default.
|
# the result will be the same: no releasecheck by default.
|
||||||
|
|
||||||
#$releasecheck = defined( $releasecheck ) ? $releasecheck : 0 ;
|
$releasecheck = defined( $releasecheck ) ? $releasecheck : 0 ;
|
||||||
$releasecheck = defined( $releasecheck ) ? $releasecheck : 1 ;
|
#$releasecheck = defined( $releasecheck ) ? $releasecheck : 1 ;
|
||||||
|
|
||||||
my $warn_release = ( $releasecheck ) ? check_last_release( ) : '' ;
|
my $warn_release = ( $releasecheck ) ? check_last_release( ) : '' ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user