From c9478353171267a3ebc5d87b43d759d22684b21e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 10 Apr 2005 11:21:01 +0000 Subject: - fixed custom profile field get/store - changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option) - fixed bugs after jabber queue processing (data being escaped differently) git-svn-id: file:///svn/phpbb/trunk@5116 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/acm/acm_file.php') diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php index 17dc484cb6..6ab8b53668 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -31,7 +31,7 @@ class acm global $phpEx; if (file_exists($this->cache_dir . 'data_global.' . $phpEx)) { - @include($this->cache_dir . 'data_global.' . $phpEx); + include($this->cache_dir . 'data_global.' . $phpEx); } else { -- cgit v1.2.1