diff --git a/lam/lib/types/dhcp.inc b/lam/lib/types/dhcp.inc index e344795f..0f8d8b56 100644 --- a/lam/lib/types/dhcp.inc +++ b/lam/lib/types/dhcp.inc @@ -4,7 +4,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2008 Thomas Manninger - 2009 - 2010 Roland Gruber + 2009 - 2011 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -147,9 +147,6 @@ class dhcp extends baseType { */ class lamDHCPList extends lamList { - // A array with all fixed ips, mac adresses and descriptions - var $fixed; - /** * Constructor * @@ -277,8 +274,8 @@ class lamDHCPList extends lamList { echo "\n"; $this->listShowOUSelection(); echo ""; - echo ' '; - echo '' . _('Change settings') . ''; + echo ' '; + echo '' . _('Change settings') . ''; echo ''; echo "\n"; echo "\n";