summaryrefslogtreecommitdiff
path: root/db/update.d/21_Atom.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/update.d/21_Atom.php')
-rw-r--r--db/update.d/21_Atom.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/db/update.d/21_Atom.php b/db/update.d/21_Atom.php
deleted file mode 100644
index f592e0e6..00000000
--- a/db/update.d/21_Atom.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-mysql_query("INSERT IGNORE INTO `Privileges` (`name`, `desc`) VALUES ('atom', ' Atom news export')");
-$applied = mysql_affected_rows() > 0;
-?>