From 0f0d160ded7fd129d40a4ec0372cab11d7ce7a88 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 6 Oct 2006 18:43:55 +0000 Subject: - support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled - mcp fixes - fixed some usability issues git-svn-id: file:///svn/phpbb/trunk@6447 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index a5e6570116..5c260e6547 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -406,6 +406,7 @@ if (!function_exists('realpath')) * @copyright 2006 Project Minerva Team * @param string $path The path which we should attempt to resolve. * @return mixed + * @ignore */ function phpbb_realpath($path) { @@ -582,6 +583,7 @@ else { /** * A wrapper for realpath + * @ignore */ function phpbb_realpath($path) { -- cgit v1.2.1