From 8fc581d4d70ad4554a574d6338c96b744195a25a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 19 Sep 2008 07:53:59 +0000 Subject: - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE. --- modules/php/php.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/php') diff --git a/modules/php/php.module b/modules/php/php.module index 222e1cf40..cf7dea43d 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -24,7 +24,7 @@ function php_help($path, $arg) { /** * Implementation of hook_filter_tips(). */ -function php_filter_tips($delta, $format, $long = false) { +function php_filter_tips($delta, $format, $long = FALSE) { global $base_url; if ($delta == 0) { switch ($long) { -- cgit v1.2.3