Changeset 591 for trunk/cgi-bin/main.cgi
- Timestamp:
- 01/25/13 16:16:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r590 r591 895 895 $page->param(delparent => $blockinfo->{parent}) if $webvar{rdepth}; 896 896 $page->param(prdepth => $webvar{rdepth}); 897 if ($code =~ /^WARN /) {897 if ($code =~ /^WARN(POOL|MERGE)/) { 898 898 my ($bp,$bd) = split /,/, $msg; 899 899 $page->param(bparent => $bp); … … 901 901 $page->param(mergeip => $code eq 'WARNPOOL'); 902 902 } 903 903 if ($code eq 'WARN') { 904 $msg =~ s/\n/<br>\n/g; 905 $page->param(genwarn => $msg); 906 } 904 907 if ($code eq 'OK' || $code =~ /^WARN/) { 905 908 syslog "notice", "$authuser deallocated '$webvar{alloctype}'-type netblock $webvar{block} ".
Note:
See TracChangeset
for help on using the changeset viewer.