diff options
Diffstat (limited to 'db/update.d/21_Atom.php')
-rw-r--r-- | db/update.d/21_Atom.php | 4 |
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; +?> |