[Wed Sep 23 11:41:12 2009] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTP_USER_AGENT in /var/www/drupal-6.14/sites/all/modules/mobile_tools/mobile_tools.module on line 629
[Wed Sep 23 11:41:12 2009] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTP_USER_AGENT in /var/www/drupal-6.14/sites/all/modules/mobile_tools/mobile_tools.module on line 629
[Wed Sep 23 11:41:12 2009] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTP_USER_AGENT in /var/www/drupal-6.14/sites/all/modules/mobile_tools/mobile_tools.module on line 629
[Wed Sep 23 11:41:13 2009] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTP_USER_AGENT in /var/www/drupal-6.14/sites/all/modules/mobile_tools/mobile_tools.module on line 629

Recommended Fix for line 629:

$user_agent       = empty($_SERVER['HTTP_USER_AGENT'])?'none':$_SERVER['HTTP_USER_AGENT'];

Comments

twom’s picture

Status: Active » Fixed

Thanks!
It will be included in the next version where I am working on.

Tom

Status: Fixed » Closed (fixed)

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