Posted by bbinkovitz on December 5, 2008 at 3:00pm
Jump to:
| Project: | Search 404 |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | zyxware |
| Status: | closed (fixed) |
Issue Summary
in your "evil haxx" section, you apparently forgot to remove the "inside else1" message.
Comments
#1
For anyone who would like to fix this on their site, the code responsible is found on line 128 of
search404.module(version 6.x-1.1):if (isset($results) && is_array($results) && count($results) > 0) {drupal_set_message('Inside Else1');Commenting this out with a double-slash "//" will get rid of the offending debug message,
i.e.
if (isset($results) && is_array($results) && count($results) > 0) {//drupal_set_message('Inside Else1');I suppose it's okay to have this in the dev version, but it's an annoyance in the stable version.
#2
Thanks for that andrew.
#3
This issue has been fixed in the latest commit.
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.