- Patch #424372 by #424372 by mr.baileys: small code clean-up.

merge-requests/26/head
Dries Buytaert 2010-01-03 11:04:58 +00:00
parent 9574da507f
commit 5212d5730f
1 changed files with 1 additions and 1 deletions

View File

@ -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