Subversion Repositories DevTools

Rev

Rev 6579 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6579 Rev 6698
Line 89... Line 89...
89
        Update_Licence = TRUE
89
        Update_Licence = TRUE
90
        Exit Function
90
        Exit Function
91
    End If
91
    End If
92
 
92
 
93
 
93
 
94
    ' Check for a chnage
94
    ' Check for a change
95
     If CInt(NNlicence_id) = CInt(pkgInfoHash.Item("licence_id")) Then
95
     If CInt(NNlicence_id) = CInt(pkgInfoHash.Item("licence_id")) Then
96
        Update_Licence = TRUE
96
        Update_Licence = TRUE
97
        Exit Function
97
        Exit Function
98
     End If
98
     End If
99
 
99