From bc23bfaa11d6a8d40bb12812cfa081b9c5d9b672 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 21 Aug 2009 17:28:27 +0000 Subject: - Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info(). --- modules/php/php.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/php/php.install') diff --git a/modules/php/php.install b/modules/php/php.install index 7491d2c05..d378c1722 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -29,7 +29,7 @@ function php_install() { ->fields(array( 'format' => $format, 'module' => 'php', - 'delta' => 0, + 'name' => 'php_code', 'weight' => 0, )) ->execute(); -- cgit v1.2.3