4, "s_location" => 3, "s_mediaType" => 5); if( $_SERVER[REQUEST_METHOD] == "POST" ) { $sortCriteria->sortColumn = $columnMap[$_POST['orderOn']]; $sortCriteria->ascending = $_POST['orderBy'] == "ASC"; $sortCriteria->filterPattern = $_POST['filterPattern']; } else { $sortCriteria->sortColumn = $columnMap['barcode']; $sortCriteria->ascending = true; $sortCriteria->filterPattern = "*"; } // // 2 denotes only filled slots; maps to CMI eContentState // $media = get_physical_mailbox($user, $sortCriteria,(int)2); $numRows = count($media); $numPages = ceil($numRows / ITEMS_PER_PAGE); $lowPageList = 1; $highPageList = min($numRows, ITEMS_PER_PAGE); $counts = get_all_resource_counts($user); $empty_cleaning = $counts->avail_cleaning_slot_count; error_log("The Number of Empty Cleaning Slots is: ". $empty_cleaning); ?>
mediaTypeCode & 0x0000F000); // PCR 22500. No-Label tapes are true with the above test and show this field when they should not // So I am forceing this to false for now. We may use this in the furter for all tapes. // So I wanted to leave the code in. $request_cleaning = false; ?>