Disable releasecheck in 1.637

This commit is contained in:
Nick Bebout 2015-05-28 12:05:46 -05:00
parent e2bfc931f4
commit 9ff89e7df2

View file

@ -791,8 +791,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( ) : '' ;