mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Minor mods
git-svn-id: file:///svn/phpbb/trunk@4527 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
288bc45e3a
commit
7c940b9dc2
1 changed files with 1 additions and 4 deletions
|
@ -21,14 +21,11 @@
|
|||
// * Last visit time
|
||||
// * Last active in
|
||||
// * Most active in
|
||||
// * Current Karma
|
||||
// * New PM counter
|
||||
// * Unread PM counter
|
||||
// * Link/s to MCP if applicable?
|
||||
|
||||
// * Black and White lists
|
||||
// * Add buddy/ignored user
|
||||
// * Group buddies/ignored users?
|
||||
// * Mark posts/PM's of buddies different colour?
|
||||
|
||||
// * PM system
|
||||
|
@ -242,7 +239,7 @@ $ucp = new module();
|
|||
|
||||
// Basic parameter data
|
||||
$mode = (!empty($_REQUEST['mode'])) ? htmlspecialchars($_REQUEST['mode']) : false;
|
||||
$module = (!empty($_REQUEST['i'])) ? intval($_REQUEST['i']) : false;
|
||||
$module = (!empty($_REQUEST['i'])) ? htmlspecialchars($_REQUEST['i']) : false;
|
||||
|
||||
// Basic "global" modes
|
||||
switch ($mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue