aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/perm_upgrade.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/install/perm_upgrade.php b/install/perm_upgrade.php
index 2a853ea37..ff6cda2e2 100644
--- a/install/perm_upgrade.php
+++ b/install/perm_upgrade.php
@@ -20,14 +20,6 @@ function perm_limits_upgrade($channel) {
}
-function perm_limits_upgrade_create($channel_id,$perm,$perm_limit) {
- $r = q("insert into perm_limits ( perm, channel_id, perm_limit )
- values ( '%s', %d, %d ) ",
- dbesc($perm),
- intval($channel_id),
- intval($perm_limit)
- );
-}
function perm_abook_upgrade($abook) {