diff options
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r-- | inc/parserutils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php index 3c7803b16..4f90364aa 100644 --- a/inc/parserutils.php +++ b/inc/parserutils.php @@ -256,7 +256,6 @@ function p_render($mode,$instructions){ * * @author Jan Decaluwe <jan@jandecaluwe.com> */ - function p_get_first_heading($id){ $file = wikiFN($id); if (@file_exists($file)) { |