summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-05 12:22:52 +0200
committerBjörn Geiger2011-08-05 12:22:52 +0200
commitc8b354b1e9f02a23c06060ed4bf86931b90239aa (patch)
tree25782493588f98d581682787fb88bee63ea3b4f7 /application/models/DbTable
parentverschiedene Fehler korrigiert (diff)
downloadpoolctrl-c8b354b1e9f02a23c06060ed4bf86931b90239aa.tar.gz
poolctrl-c8b354b1e9f02a23c06060ed4bf86931b90239aa.tar.xz
poolctrl-c8b354b1e9f02a23c06060ed4bf86931b90239aa.zip
Event Action wieder entfernt
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/Eventaction.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/application/models/DbTable/Eventaction.php b/application/models/DbTable/Eventaction.php
deleted file mode 100644
index 6fe9c03..0000000
--- a/application/models/DbTable/Eventaction.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/*
- * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
- * This program is free software distributed under the GPL version 2.
- * See http://gpl.openslx.org/
- *
- * If you have any feedback please consult http://feedback.openslx.org/ and
- * send your suggestions, praise, or complaints to feedback@openslx.org
- *
- * General information about OpenSLX can be found at http://openslx.org/
- */
-
-class Application_Model_DbTable_Eventaction extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'poolctrl_eventaction';
-
-
-} \ No newline at end of file