diff options
author | redmatrix <git@macgirvin.com> | 2016-07-03 18:20:15 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-03 18:20:15 -0700 |
commit | 916e088462ec46044ce18b83eb5271968d1c132b (patch) | |
tree | bbe11191642a4200c90c6704eabec21e1d60a553 /install | |
parent | c918bbba255c4566dcd6c85c06e19646bd178183 (diff) | |
download | volse-hubzilla-916e088462ec46044ce18b83eb5271968d1c132b.tar.gz volse-hubzilla-916e088462ec46044ce18b83eb5271968d1c132b.tar.bz2 volse-hubzilla-916e088462ec46044ce18b83eb5271968d1c132b.zip |
make permissionlimits into a class
Diffstat (limited to 'install')
-rw-r--r-- | install/perm_upgrade.php | 8 |
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) { |