Remove php closing tag

This commit is contained in:
Marc Alexander
2011-04-05 10:09:58 +02:00
parent 391bbdee5c
commit b17a77d152
91 changed files with 0 additions and 177 deletions

View File

@@ -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');
?>

View File

@@ -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 );
}
}
?>

View File

@@ -66,5 +66,3 @@ function column_string_const($column)
return 0;
}
}
?>

View File

@@ -186,5 +186,3 @@ function mvc_setup_array($xml)
}
return $ary;
}
?>