write_config() log what package was installed (I hope this is right)

This commit is contained in:
Bill Marquette 2005-03-20 05:51:21 +00:00
parent a9d497234c
commit eb8a0c24d5

View File

@ -314,7 +314,7 @@ foreach ($packages_to_install as $id) {
if(!$_GET['mode'] == "reinstallall") {
update_output_window("Saving updated package information ...");
fwrite($fd_log, "Saving updated package information ...\n");
write_config();
write_config("Installed package {$pkgent['name']}");
}
update_progress_bar($pb_percent);