Revision 4999ee1a
Added by Stephen Beaver over 9 years ago
src/etc/inc/pkg-utils.inc | ||
---|---|---|
621 | 621 |
|
622 | 622 |
pkg_debug(gettext("Beginning package installation.") . "\n"); |
623 | 623 |
log_error(sprintf(gettext('Beginning package installation for %s .'), $pkg_info['name'])); |
624 |
$static_output .= sprintf(gettext("Beginning package installation for %s .\n"), $pkg_info['name']); |
|
625 |
update_status($static_output); |
|
626 | 624 |
|
627 | 625 |
/* add package information to config.xml */ |
628 | 626 |
$pkgid = get_package_id($pkg_info['name']); |
Also available in: Unified diff
Fixed bogus "Beginning package installation" message from the install_package_XML() function