summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-27 18:41:50 +0200
committerBjörn Geiger2011-09-27 18:41:50 +0200
commitb3f05ab73cb48a0462839f946154df05f2ea7c14 (patch)
tree160d339c6954e5d26e71568e791f975daf2bb00a /application/models
parentverschiedenes (diff)
downloadpoolctrl-b3f05ab73cb48a0462839f946154df05f2ea7c14.tar.gz
poolctrl-b3f05ab73cb48a0462839f946154df05f2ea7c14.tar.xz
poolctrl-b3f05ab73cb48a0462839f946154df05f2ea7c14.zip
minor
Diffstat (limited to 'application/models')
-rwxr-xr-xapplication/models/Event.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/application/models/Event.php b/application/models/Event.php
index 143e6c0..24cbcd4 100755
--- a/application/models/Event.php
+++ b/application/models/Event.php
@@ -14,7 +14,6 @@ class Application_Model_Event
{
protected $_eventID;
protected $_title;
- protected $_action;
protected $_start;
protected $_end;
protected $_participants;
@@ -173,17 +172,6 @@ class Application_Model_Event
return $this;
}
- public function getAction()
- {
- return $this->_action;
- }
-
- public function setAction($_action)
- {
- $this->_action = $_action;
- return $this;
- }
-
public function getPbs_poolID()
{
return $this->_pbs_poolID;