From 2fbdc1d838a990be1faba320618eae6fadae878a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Apr 2002 13:57:11 +0000 Subject: Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patch by gerv; r=bbaetz, myk. --- globals.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 4c93e800a..2fd047dd4 100644 --- a/globals.pl +++ b/globals.pl @@ -1750,6 +1750,9 @@ $::vars = # SyncAnyPendingShadowChanges - called in the footer to sync the shadowdb 'SyncAnyPendingShadowChanges' => \&SyncAnyPendingShadowChanges , + + # User Agent - useful for detecting in templates + 'user_agent' => $ENV{'HTTP_USER_AGENT'} , }; 1; -- cgit v1.2.3-24-g4f1b