summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/FilterType.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/DbTable/FilterType.php')
-rw-r--r--application/models/DbTable/FilterType.php23
1 files changed, 11 insertions, 12 deletions
diff --git a/application/models/DbTable/FilterType.php b/application/models/DbTable/FilterType.php
index 595e6ca..daabac2 100644
--- a/application/models/DbTable/FilterType.php
+++ b/application/models/DbTable/FilterType.php
@@ -1,19 +1,18 @@
-<?php
+<? 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/
- */
+* 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_FilterType extends Zend_Db_Table_Abstract
-{
+class Application_Model_DbTable_FilterType extends Zend_Db_Table_Abstract {
- protected $_name = 'pbs_filtertype';
+ protected $_name = 'pbs_filtertype';
}