summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Group.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-04 16:32:41 +0200
committerBjörn Geiger2011-08-04 16:32:41 +0200
commit0d4a3b029637e546b17028f2974d919c92f1fd79 (patch)
treed3f9e194c91224c73cfaec414a5ed9733cbefacb /application/models/DbTable/Group.php
parentPassword Reovery hinzugefügt (diff)
downloadpoolctrl-0d4a3b029637e546b17028f2974d919c92f1fd79.tar.gz
poolctrl-0d4a3b029637e546b17028f2974d919c92f1fd79.tar.xz
poolctrl-0d4a3b029637e546b17028f2974d919c92f1fd79.zip
Group und Person nicht mehr in der lokalen Datenbank
Diffstat (limited to 'application/models/DbTable/Group.php')
-rw-r--r--application/models/DbTable/Group.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/application/models/DbTable/Group.php b/application/models/DbTable/Group.php
deleted file mode 100644
index d31d93a..0000000
--- a/application/models/DbTable/Group.php
+++ /dev/null
@@ -1,20 +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_Group extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_group';
-
-
-}
-