Merged revisions 50487 via svnmerge from

http://svn.silverstripe.com/open/modules/sapphire/branches/2.2.2

........
  r50487 | sminnee | 2008-03-03 21:57:26 +1300 (Mon, 03 Mar 2008) | 1 line
  
  #2287 - Removed notice-level error when geoip's not installed
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@50869 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-03-11 01:31:30 +00:00
parent ab7fbbb350
commit 11074f013f
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ class Geoip extends Object {
// Note: At time of writing, $result is always zero for this program
if ($code == 127) {
user_error("ip2country($address) cannot find or run geoiplookup executable.", E_USER_NOTICE);
return false;
}