summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJan-Philipp Litza <janphilipp@litza.de>2012-12-26 20:39:54 +0100
committerJan-Philipp Litza <janphilipp@litza.de>2012-12-26 20:39:54 +0100
commite0e44fc8c3df2839e14c7914a6e665aea98435c9 (patch)
tree0f80c23d2a7662dba739698a407d503f4332e97d /db
parentfe6fab67be17cd271eb77294f33667a81c7ea156 (diff)
added Atom feed for news and meetings
Diffstat (limited to 'db')
-rw-r--r--db/update.d/21_Atom.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/update.d/21_Atom.php b/db/update.d/21_Atom.php
new file mode 100644
index 00000000..f592e0e6
--- /dev/null
+++ b/db/update.d/21_Atom.php
@@ -0,0 +1,4 @@
+<?php
+mysql_query("INSERT IGNORE INTO `Privileges` (`name`, `desc`) VALUES ('atom', ' Atom news export')");
+$applied = mysql_affected_rows() > 0;
+?>