Project

General

Profile

« Previous | Next » 

Revision 762cb660

Added by Scott Ullrich about 16 years ago

Add stub for update_output_window() if it does not exist

View differences:

etc/inc/pkg-utils.inc
43 43
		echo $status . "\n";
44 44
	}
45 45
}
46
if(!function_exists("update_output_window")) {
47
	function update_output_window($status) {
48
		echo $status . "\n";
49
	}
50
}
46 51

  
47 52
safe_mkdir("/var/db/pkg");
48 53

  

Also available in: Unified diff