Subversion Repositories DevTools

Rev

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

Rev 5098 Rev 5142
Line 201... Line 201...
201
                Response.write "</td>"
201
                Response.write "</td>"
202
            End If
202
            End If
203
 
203
 
204
            ' Warn if the package is not in the package archive
204
            ' Warn if the package is not in the package archive
205
            ' Use http access for package test as this does not require AD authentication
205
            ' Use http access for package test as this does not require AD authentication
206
             If (pkgInfoHash.Item ("dlocked") = "Y") OR (pkgInfoHash.Item ("dlocked") = "P") Then
206
             If (pkgInfoHash.Item ("dlocked") = "Y") Then
207
                 If NOT testArchiveAccessPkg(pkgInfoHash.Item ("pkg_name"), pkgInfoHash.Item ("pkg_version")) Then
207
                 If NOT testArchiveAccessPkg(pkgInfoHash.Item ("pkg_name"), pkgInfoHash.Item ("pkg_version")) Then
208
                     Response.write "<td>"
208
                     Response.write "<td>"
209
                     Response.write enum_imgNotInArchive
209
                     Response.write enum_imgNotInArchive
210
                     Response.write "</td>"
210
                     Response.write "</td>"
211
                 End If
211
                 End If