mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-22 10:15:54 +02:00
Disable releasecheck in 1.684
This commit is contained in:
parent
8d24f07718
commit
3eaac56812
1 changed files with 2 additions and 2 deletions
4
imapsync
4
imapsync
|
@ -891,8 +891,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