aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-04-19 13:18:57 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-04-19 13:18:57 +0000
commit175d4a049fb71b7e3cc56d467411bcac5aa2f3d1 (patch)
treeb1eb00bc68084208983ae64b388f872d9b77fc5e /phpBB/viewtopic.php
parent6c17dca2469dc4683fb35dbf659a249f2272a151 (diff)
downloadforums-175d4a049fb71b7e3cc56d467411bcac5aa2f3d1.tar
forums-175d4a049fb71b7e3cc56d467411bcac5aa2f3d1.tar.gz
forums-175d4a049fb71b7e3cc56d467411bcac5aa2f3d1.tar.bz2
forums-175d4a049fb71b7e3cc56d467411bcac5aa2f3d1.tar.xz
forums-175d4a049fb71b7e3cc56d467411bcac5aa2f3d1.zip
Moved all included files to includes
git-svn-id: file:///svn/phpbb/trunk@182 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 7b0e90bed6..2f89b1e8d6 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -22,7 +22,7 @@
***************************************************************************/
include('extension.inc');
include('common.'.$phpEx);
-include('functions/bbcode.'.$phpEx);
+include('includes/bbcode.'.$phpEx);
if(!isset($HTTP_GET_VARS['topic'])) // For backward compatibility
{