diff options
Diffstat (limited to 'modules/php/php.install')
-rw-r--r-- | modules/php/php.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/php/php.install b/modules/php/php.install index aec038d3b..c010fc738 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -19,7 +19,6 @@ function php_install() { $format = db_insert('filter_format') ->fields(array( 'name' => 'PHP code', - 'roles' => '', 'cache' => 0, )) ->execute(); |