diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-20 07:32:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-20 07:32:19 +0000 |
commit | 7cf7f998781c24f0f27218a9ffdcde290e7ec6ec (patch) | |
tree | 4e5b5b95f2dc6d8ddf7a7a3d7a173bfb3428717f /modules/php/php.install | |
parent | 3a2eff7145176693eb5ae3cd04b77ccebfa717b7 (diff) | |
download | brdo-7cf7f998781c24f0f27218a9ffdcde290e7ec6ec.tar.gz brdo-7cf7f998781c24f0f27218a9ffdcde290e7ec6ec.tar.bz2 |
- Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
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(); |