aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-09-22 22:14:05 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-09-22 22:14:05 +0000
commit1d7e3e0fd95fb5baf92937d1f911649cb1a665e9 (patch)
treee452132555a321548f9c61043354a2bfb9481ca0 /phpBB/includes/functions.php
parent587ec3fa77d90819148cdeda2b490bbf82632114 (diff)
downloadforums-1d7e3e0fd95fb5baf92937d1f911649cb1a665e9.tar
forums-1d7e3e0fd95fb5baf92937d1f911649cb1a665e9.tar.gz
forums-1d7e3e0fd95fb5baf92937d1f911649cb1a665e9.tar.bz2
forums-1d7e3e0fd95fb5baf92937d1f911649cb1a665e9.tar.xz
forums-1d7e3e0fd95fb5baf92937d1f911649cb1a665e9.zip
some tiny fixes here and there
git-svn-id: file:///svn/phpbb/trunk@6383 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index d7a594eeeb..4fa041bfd1 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2236,8 +2236,7 @@ function generate_text_for_storage(&$text, &$uid, &$bitfield, &$flags, $allow_bb
{
global $phpbb_root_path, $phpEx;
- $uid = '';
- $bitfield = '';
+ $uid = $bitfield = '';
if (!$text)
{