Modified class files for PHP5

This commit is contained in:
Marc Alexander
2011-04-19 13:02:34 +02:00
parent 02233a88c4
commit ff8f71fc60
30 changed files with 277 additions and 277 deletions

View File

@@ -17,10 +17,10 @@ if (!defined('IN_PHPBB'))
class acp_portal
{
var $u_action;
var $new_config = array();
public $u_action;
public $new_config = array();
function main($id, $mode)
public function main($id, $mode)
{
global $db, $user, $cache, $template, $display_vars;
global $config, $phpbb_root_path, $portal_root_path, $phpbb_admin_path, $phpEx;