diff options
author | Evan Prodromou <evan@status.net> | 2009-12-28 14:21:07 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-28 14:21:07 -0800 |
commit | bb93d6b1c7c697891baca7082261ee694727f161 (patch) | |
tree | 03cdb939a0a04d9ef6ef315c306d3dd212f1bb73 /lib | |
parent | bbf516b96594770c5dc0dea7f9b15937d7c9a237 (diff) |
remove namespace setting from location; it's unused
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 42d4623b1..b5eda7b2c 100644 --- a/lib/default.php +++ b/lib/default.php @@ -226,7 +226,7 @@ $default = 'message' => array('contentlimit' => null), 'location' => - array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth + array(), 'omb' => array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates 'logincommand' => |