summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-02-24 16:30:07 +0100
committerSimon Rettberg2015-02-24 16:30:07 +0100
commitbb6432a6158b97cd5b92ab316d9d8b52bca2044d (patch)
treee64f4d92458d2fb501eb0af13c6dc37adc731747 /inc/property.inc.php
parentMiniLinux download with version selection (diff)
downloadslx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.tar.gz
slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.tar.xz
slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.zip
Various fixes
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index d5a91872..0cb57f81 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -183,15 +183,5 @@ class Property
{
return self::get('password-type', 'password');
}
-
- public static function setNeedsCallback($value)
- {
- return self::set('need-callback', $value, 5);
- }
-
- public static function getNeedsCallback()
- {
- return self::get('need-callback', 0);
- }
}