debug stuff left in.

bbinkovitz - December 5, 2008 - 15:00
Project:Search 404
Version:6.x-1.1
Component:Code
Category:bug report
Priority:minor
Assigned:zyxware
Status:closed
Description

in your "evil haxx" section, you apparently forgot to remove the "inside else1" message.

#1

andrewmacpherson - December 6, 2008 - 10:45

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

HS - December 7, 2008 - 01:28

Thanks for that andrew.

#3

zyxware - December 10, 2008 - 11:49
Status:active» fixed

This issue has been fixed in the latest commit.

#4

zyxware - December 11, 2008 - 10:21
Assigned to:Anonymous» zyxware

#5

System Message - December 25, 2008 - 10:21
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.