Change template instructions
Farreres - June 15, 2008 - 09:16
| Project: | IE Destroyer |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
You should suggest this change:
<?php
if (module_exists('iedestroyer')) echo iedestroyer_view_bar();
?>
#1
The Drupal coding standards recommend using block statements, so the new code should use brackets. On the other hand I'm thinking about not using those brackets to make the code look a little less frightening for newbies.
#2
Fixed and committed to 5.x-1.x-dev.
#3
Automatically closed -- issue fixed for two weeks with no activity.