mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-07 13:15:22 +02:00
Disable releasecheck in 1.678
This commit is contained in:
parent
629adbb8db
commit
d0595b7dfd
1 changed files with 2 additions and 2 deletions
4
imapsync
4
imapsync
|
@ -885,8 +885,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…
Add table
Add a link
Reference in a new issue