summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 13:45:34 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 13:45:34 +0400
commit19b3992b7855518c6fe05a380b6471902f5be5b7 (patch)
treed09272c3b28ca21c40dac5cf65dd36fa4e5a586e /backend.php
parente935c2bc54b22891f2c370d19d3366d94098dcfa (diff)
remove magpie, fix article filter plugins
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/backend.php b/backend.php
index 2cac8232b..66afb06c0 100644
--- a/backend.php
+++ b/backend.php
@@ -93,17 +93,6 @@
1440 => __("Daily"),
10080 => __("Weekly"));
- $update_methods = array(
- 0 => __("Default"),
- 1 => __("Magpie"),
- 2 => __("SimplePie"));
-
- if (DEFAULT_UPDATE_METHOD == "1") {
- $update_methods[0] .= ' (SimplePie)';
- } else {
- $update_methods[0] .= ' (Magpie)';
- }
-
$access_level_names = array(
0 => __("User"),
5 => __("Power User"),