Changeset 654 for trunk/cgi-bin
- Timestamp:
- 12/18/14 13:57:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r651 r654 890 890 if ($code =~ /^WARN(POOL|MERGE)/) { 891 891 my ($pid,$pcidr) = split /,/, $msg; 892 my $real_pinfo = getBlockData($ip_dbh, $pid, 'b'); 892 893 $page->param(parent_id => $pid); 893 894 $page->param(parent => $pcidr); 895 $page->param(real_disp => $q->escapeHTML($disp_alloctypes{$real_pinfo->{type}})); 894 896 $page->param(mergeip => $code eq 'WARNPOOL'); 895 897 }
Note:
See TracChangeset
for help on using the changeset viewer.