aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-05-26 00:25:50 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-05-26 00:25:50 +0000
commitbb1679af9a8079e5531ef743e51c548a6e7e820b (patch)
tree0b7e113f2141d6a3f63fc96557049fb50c4a4bea /phpBB/includes/constants.php
parent0fee31117bf2573efbea4a8b2a70b16b648adb79 (diff)
downloadforums-bb1679af9a8079e5531ef743e51c548a6e7e820b.tar
forums-bb1679af9a8079e5531ef743e51c548a6e7e820b.tar.gz
forums-bb1679af9a8079e5531ef743e51c548a6e7e820b.tar.bz2
forums-bb1679af9a8079e5531ef743e51c548a6e7e820b.tar.xz
forums-bb1679af9a8079e5531ef743e51c548a6e7e820b.zip
Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality
All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again git-svn-id: file:///svn/phpbb/trunk@328 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 0957ed8d9e..3f0e70e4ba 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -68,6 +68,7 @@ define(LOGIN_FAILED, 7);
define(POST_TOPIC_URL, 't');
define(POST_FORUM_URL, 'f');
define(POST_USERS_URL, 'u');
+define(POST_POST_URL, 'p');
// Session parameters
define(SESSION_METHOD_COOKIE, 100);