summaryrefslogtreecommitdiffstats
path: root/application/models/Client.php
diff options
context:
space:
mode:
authorSimon2011-01-31 10:00:46 +0100
committerSimon2011-01-31 10:00:46 +0100
commitc72be928a23151bfe248da3b198bfbee79063261 (patch)
tree30ee0acb26bf81c2a0b5c34b92341b1cb5d8e9b0 /application/models/Client.php
parentpassword_salt bei pbs_person hinzugefügt (diff)
downloadpbs2-c72be928a23151bfe248da3b198bfbee79063261.tar.gz
pbs2-c72be928a23151bfe248da3b198bfbee79063261.tar.xz
pbs2-c72be928a23151bfe248da3b198bfbee79063261.zip
Änderungen am ClientMapper und Client
Diffstat (limited to 'application/models/Client.php')
-rw-r--r--application/models/Client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/Client.php b/application/models/Client.php
index 0fb5f64..9995bfe 100644
--- a/application/models/Client.php
+++ b/application/models/Client.php
@@ -44,11 +44,11 @@ class Application_Model_Client
}
- public function getClientID()
+ public function getID()
{
return $this->_clientID;
}
- public function setClientID($_clientID)
+ public function setID($_clientID)
{
$this->_clientID = $_clientID;
}