diff options
author | Christian Schneider | 2019-02-12 14:50:15 +0100 |
---|---|---|
committer | Christian Schneider | 2019-02-12 14:50:15 +0100 |
commit | 2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa (patch) | |
tree | 2b106438df71fdd2f797a4320f1950008a1d8589 /it_browser.class | |
parent | aafd95fc673f850503fdbe342ce17cdbd24d5c49 (diff) | |
download | itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.tar.gz itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.tar.bz2 itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.zip |
Migrate old style constructors to __construct, temporary transition functions for it_dbi (map, mapgen) and it_user (ad, login_user)
Diffstat (limited to 'it_browser.class')
-rw-r--r-- | it_browser.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_browser.class b/it_browser.class index cb64755..1154d52 100644 --- a/it_browser.class +++ b/it_browser.class @@ -54,7 +54,7 @@ class it_browser /** * Constructor: Initializes public fields with browser capabilities */ -function it_browser() +function __construct() { $this->UserAgent = $_SERVER['HTTP_USER_AGENT']; /* $this->UserAgent = "Mozilla/4.0 [de] (compatible; MSIE 5.0; Windows 95; .NET CRL 2.0.154)"; */ |