From eb8a0c24d58c7edea79e522525b8f0bc3c10ec0a Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 20 Mar 2005 05:51:21 +0000 Subject: write_config() log what package was installed (I hope this is right) --- usr/local/www/pkg_mgr_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php index 9f5d4d0..a2c2cea 100755 --- a/usr/local/www/pkg_mgr_install.php +++ b/usr/local/www/pkg_mgr_install.php @@ -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); -- cgit v1.1