Remove php closing tag
This commit is contained in:
@@ -22,5 +22,3 @@ define('B3_MODULE_ENABLED', 1);
|
||||
define('PORTAL_ROOT_PATH', 'portal/');
|
||||
define('PORTAL_MODULES_TABLE', $table_prefix . 'portal_modules');
|
||||
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
|
||||
|
||||
?>
|
||||
@@ -1115,5 +1115,3 @@ function check_file_src($value, $key, $module_id)
|
||||
trigger_error($error . adm_back_link(append_sid("{$phpbb_root_path}adm/index.$phpEx", 'i=portal&mode=config&module_id=' . $module_id)), E_USER_WARNING );
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -66,5 +66,3 @@ function column_string_const($column)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -186,5 +186,3 @@ function mvc_setup_array($xml)
|
||||
}
|
||||
return $ary;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user