summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-17 21:22:49 +0200
committerBjörn Geiger2011-08-17 21:22:49 +0200
commit90cb7adc80a2788a3ad328a7e266261cefa3ae5d (patch)
tree4a2cf51d315659f96e2af456d17e61fcf84c81c9
parentClient nun mit ip bzw. ip6 (diff)
downloadpbs2-90cb7adc80a2788a3ad328a7e266261cefa3ae5d.tar.gz
pbs2-90cb7adc80a2788a3ad328a7e266261cefa3ae5d.tar.xz
pbs2-90cb7adc80a2788a3ad328a7e266261cefa3ae5d.zip
minor
-rw-r--r--application/models/Client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/Client.php b/application/models/Client.php
index a32e6ce..19ddb0d 100644
--- a/application/models/Client.php
+++ b/application/models/Client.php
@@ -15,9 +15,9 @@ class Application_Model_Client
protected $_clientID;
protected $_groupID;
protected $_macadress;
- protected $_hardwarehash;
protected $_ip;
protected $_ip6;
+ protected $_hardwarehash;
protected $_created;
public function __construct(array $options = null)