diff options
author | DMorgan <Dmorgan> | 2012-09-19 01:25:11 +0200 |
---|---|---|
committer | DMorgan <Dmorgan> | 2012-09-19 01:25:11 +0200 |
commit | 657ebe0025296e87c6ca8611ae8b5240afcfeab3 (patch) | |
tree | d43b26f7fcd2156879ccceadc1ed64b9fb904de3 | |
parent | 99deef76b8ec31f167a1050d1b1f16bc609d1037 (diff) | |
download | forums-657ebe0025296e87c6ca8611ae8b5240afcfeab3.tar forums-657ebe0025296e87c6ca8611ae8b5240afcfeab3.tar.gz forums-657ebe0025296e87c6ca8611ae8b5240afcfeab3.tar.bz2 forums-657ebe0025296e87c6ca8611ae8b5240afcfeab3.tar.xz forums-657ebe0025296e87c6ca8611ae8b5240afcfeab3.zip |
Empty commit ( to clean history)
-rw-r--r-- | phpBB/mcp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 48cd68500f..e209a9095f 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -8,6 +8,7 @@ * */ + /** * @ignore */ @@ -912,4 +913,4 @@ function check_ids(&$ids, $table, $sql_id, $acl_list = false, $single_forum = fa return ($single_forum === false) ? true : (int) $forum_id; } -?>
\ No newline at end of file +?> |