diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-04-13 08:50:28 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-04-13 08:50:28 +0000 |
| commit | 9808dd33bfab6c29ebd4f9d180521598188fff9c (patch) | |
| tree | 95097510726ea3f6cc7a1ec80462341a62aa1ea9 | |
| parent | b9136a57bdccaff41a487d817d2c15f75a4a7d47 (diff) | |
| download | webtrees-9808dd33bfab6c29ebd4f9d180521598188fff9c.tar.gz webtrees-9808dd33bfab6c29ebd4f9d180521598188fff9c.tar.bz2 webtrees-9808dd33bfab6c29ebd4f9d180521598188fff9c.zip | |
Add missing global to enable Notes Tool-tip Balloon on Album Tab page
| -rw-r--r-- | modules/lightbox/lb_defaultconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lightbox/lb_defaultconfig.php b/modules/lightbox/lb_defaultconfig.php index 9a8ef64243..fcd558670d 100644 --- a/modules/lightbox/lb_defaultconfig.php +++ b/modules/lightbox/lb_defaultconfig.php @@ -40,7 +40,7 @@ if (!defined('WT_WEBTREES')) { } global $mediatab,$LB_AL_HEAD_LINKS,$LB_AL_THUMB_LINKS,$LB_ML_THUMB_LINKS,$LB_SS_SPEED; -global $LB_MUSIC_FILE,$LB_TRANSITION,$LB_URL_WIDTH,$LB_URL_HEIGHT,$GEDCOM; +global $LB_MUSIC_FILE,$LB_TRANSITION,$LB_URL_WIDTH,$LB_URL_HEIGHT,$LB_TT_BALLOON,$GEDCOM; // Create LB tables, if not already present try { |
