Disable releasecheck in 1.678

This commit is contained in:
Nick Bebout 2016-01-22 10:56:14 -06:00
parent 629adbb8db
commit d0595b7dfd

View file

@ -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( ) : '' ;