From 5212d5730f3e09024e84a5a5b76d571e65295b87 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Jan 2010 11:04:58 +0000 Subject: - Patch #424372 by #424372 by mr.baileys: small code clean-up. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index 9c4ce49f8..0684f7ab3 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6034,7 +6034,7 @@ function drupal_parse_info_format($data) { // Handle PHP constants. if (isset($constants[$value])) { - $value = constant($value); + $value = $constants[$value]; } // Insert actual value -- cgit v1.2.3