-
- Downloads
- Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site).
parent
3701c02e
No related branches found
No related tags found
Showing
- includes/bootstrap.inc 3 additions, 1 deletionincludes/bootstrap.inc
- includes/common.inc 8 additions, 5 deletionsincludes/common.inc
- includes/menu.inc 55 additions, 34 deletionsincludes/menu.inc
- includes/pager.inc 4 additions, 2 deletionsincludes/pager.inc
- includes/theme.inc 3 additions, 1 deletionincludes/theme.inc
- modules/help.module 1 addition, 3 deletionsmodules/help.module
- modules/help/help.module 1 addition, 3 deletionsmodules/help/help.module
- modules/node.module 1 addition, 1 deletionmodules/node.module
- modules/node/node.module 1 addition, 1 deletionmodules/node/node.module
- modules/taxonomy.module 1 addition, 1 deletionmodules/taxonomy.module
- modules/taxonomy/taxonomy.module 1 addition, 1 deletionmodules/taxonomy/taxonomy.module
Please register or sign in to comment