aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-08-19 10:48:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-08-19 10:48:39 +0000
commitf71d1a2a00d1050964b1c324aee146e70ae2fcd2 (patch)
tree669fbd9b4478a7ae49b434004bb4f9b25cf9b230 /phpBB/style.php
parent1b331f3dd67ce7d43ac89f3f4226aadd2c40fdd0 (diff)
downloadforums-f71d1a2a00d1050964b1c324aee146e70ae2fcd2.tar
forums-f71d1a2a00d1050964b1c324aee146e70ae2fcd2.tar.gz
forums-f71d1a2a00d1050964b1c324aee146e70ae2fcd2.tar.bz2
forums-f71d1a2a00d1050964b1c324aee146e70ae2fcd2.tar.xz
forums-f71d1a2a00d1050964b1c324aee146e70ae2fcd2.zip
- add ability to limit search to groups
git-svn-id: file:///svn/phpbb/trunk@5199 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/style.php')
-rw-r--r--phpBB/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/style.php b/phpBB/style.php
index e13ced0c7a..96f2f36e6f 100644
--- a/phpBB/style.php
+++ b/phpBB/style.php
@@ -39,7 +39,7 @@ if (!empty($_GET['id']) && !empty($_GET['sid']))
require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.'.$phpEx);
require($phpbb_root_path . 'includes/db/' . $dbms . '.'.$phpEx);
- $db = new sql_db();
+ $db = new $sql_db();
$cache = new acm();
// Connect to DB