summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Group.php
diff options
context:
space:
mode:
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';
-
-
-}
-