aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_db.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-12-04 20:25:51 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-12-04 20:25:51 +0000
commit2fd418fc2141aa3d5a38b47fc129f8cbb2e9d770 (patch)
tree7b61bae7e2978cc861a61a151c4b9f8266cd33dd /phpBB/includes/acm/acm_db.php
parentd6785155ad46c8cadac331a140b229b99cb3562a (diff)
downloadforums-2fd418fc2141aa3d5a38b47fc129f8cbb2e9d770.tar
forums-2fd418fc2141aa3d5a38b47fc129f8cbb2e9d770.tar.gz
forums-2fd418fc2141aa3d5a38b47fc129f8cbb2e9d770.tar.bz2
forums-2fd418fc2141aa3d5a38b47fc129f8cbb2e9d770.tar.xz
forums-2fd418fc2141aa3d5a38b47fc129f8cbb2e9d770.zip
- some bugfixes
- checking if page_header has been called already - call correct page footer function - rewrote avatar gallery - seperated compilation of template and template functions (new file: functions_template.php) - added assign_display function to template - added group management (acp) - removed admin_groups git-svn-id: file:///svn/phpbb/trunk@5319 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acm/acm_db.php')
-rw-r--r--phpBB/includes/acm/acm_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acm/acm_db.php b/phpBB/includes/acm/acm_db.php
index ecabae0fd5..a9b75a9a77 100644
--- a/phpBB/includes/acm/acm_db.php
+++ b/phpBB/includes/acm/acm_db.php
@@ -159,7 +159,7 @@ class acm
if (empty($this->var_ready[$var_name]))
{
$this->vars[$var_name] = unserialize($this->vars[$var_name]);
- $this->var_ready[$var_name] = TRUE;
+ $this->var_ready[$var_name] = true;
}
return $this->vars[$var_name];