aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-19 13:01:47 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-19 13:01:47 +0000
commitcd1fa01b2a2380f3f9efaad3ae5dbfba26fd0f12 (patch)
treee5efe7c2acb5a733e09aa63393929a771b6b0e0e
parent255a01f5a7a700d9a43be58aabddc7920c157a77 (diff)
downloadforums-cd1fa01b2a2380f3f9efaad3ae5dbfba26fd0f12.tar
forums-cd1fa01b2a2380f3f9efaad3ae5dbfba26fd0f12.tar.gz
forums-cd1fa01b2a2380f3f9efaad3ae5dbfba26fd0f12.tar.bz2
forums-cd1fa01b2a2380f3f9efaad3ae5dbfba26fd0f12.tar.xz
forums-cd1fa01b2a2380f3f9efaad3ae5dbfba26fd0f12.zip
Update of comment :D
git-svn-id: file:///svn/phpbb/trunk@3890 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index 6ab87ab087..0d4a588a9d 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -26,7 +26,7 @@
- add other languages?
- add validation regexp to [email], [flash]
- add validation regexp to [quote] with username
- - add ACL check for [img]/[flash]/others (what to do when an unauthorised tag is found? do nothing/return an error message? - psoTFX -> do nothing, leave tag unprocessed ... also need size limit checks on img/flash tags ... probably warrants some discussion)
+ - add ACL check for [img]/[flash]/others (what to do when an unauthorised tag is found? do nothing/return an error message? - psoTFX -> do nothing (*correction ... throw an error ... quick change of mind!), leave tag unprocessed ... also need size limit checks on img/flash tags ... probably warrants some discussion)
*/
// case-insensitive strpos() - needed for some functions