diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-22 10:03:52 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-22 10:03:52 +0300 |
| commit | 91149aab52e98627a06fc1cf1f76b6b0a9405285 (patch) | |
| tree | 8443f3c97455d54981cfe710a983ced13f6e38af | |
| parent | 1a945fbed4fe0e586356e99abbd7d6be594d6777 (diff) | |
set default update method back to magpie
| -rw-r--r-- | config.php-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist index 2fd065a5e..791d84312 100644 --- a/config.php-dist +++ b/config.php-dist @@ -86,7 +86,7 @@ // Connection charset for MySQL. If you have a legacy database and/or experience // garbage unicode characters with this option, try setting it to a blank string. - define('DEFAULT_UPDATE_METHOD', 1); + define('DEFAULT_UPDATE_METHOD', 0); // Which feed parsing library to use as default: // 0 - Magpie // 1 - SimplePie |