diff --git a/ChangeLog b/ChangeLog index 6e7e24e10..16a4f1c51 100755 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ $Source$ - BerkeleyDB version information. * tbl_properties_operations.php, libraries/storage_engines.lib.php: Auto-generated engine selection dropdown. + * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs. 2005-01-17 Michael Keck * libraries/common.lib.php: modified function for diff --git a/header.inc.php b/header.inc.php index 9c405eed4..9ac0fe820 100644 --- a/header.inc.php +++ b/header.inc.php @@ -61,6 +61,11 @@ if (empty($GLOBALS['is_header_sent'])) { && typeof(parent.document.title) == 'string') { parent.document.title = ''; } + + document.write(''); + '; + return '' . $hint_message . ''; } /**