From 44881bd0f492e789063188af34111af4b4117028 Mon Sep 17 00:00:00 2001 From: "henning.noren" Date: Wed, 3 Jan 2007 21:57:00 +0100 Subject: tf_rename_lower.patch Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments. darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz --- inc/parser/metadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser/metadata.php') diff --git a/inc/parser/metadata.php b/inc/parser/metadata.php index 8c8e0abfe..d818ac337 100644 --- a/inc/parser/metadata.php +++ b/inc/parser/metadata.php @@ -398,7 +398,7 @@ class Doku_Renderer_metadata extends Doku_Renderer { function _getLinkTitle($title, $default, $id=NULL) { global $conf; - $isImage = FALSE; + $isImage = false; if (is_null($title)){ if ($conf['useheading'] && $id){ $heading = p_get_first_heading($id); -- cgit v1.2.3