Project

General

Profile

« Previous | Next » 

Revision 75e22cbc

Added by Scott Ullrich over 14 years ago

Do not output blank pkg names

View differences:

etc/inc/pkg-utils.inc
808 808
		update_output_window($static_output);
809 809
		return;
810 810
	} else {
811
		$static_output .= "\tStarting package deletion for {$pkg}...";
811
		if($pkg)
812
			$static_output .= "\tStarting package deletion for {$pkg}...";
812 813
		update_output_window($static_output);
813 814
	}
814 815
	$info = "";
......
1082 1083
	return;
1083 1084
}
1084 1085

  
1085
?>
1086
?>

Also available in: Unified diff