summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authormichael pereira2011-03-06 12:59:40 +0100
committermichael pereira2011-03-06 12:59:40 +0100
commitd9e9eb09bacb86f1a86930b6cf5cafd41ce23462 (patch)
tree90bfc6f6af190f7a7de40be9b100cc2b2a205c56 /application/models/DbTable
parentTabelle Userconfig hinzugefuegt (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-d9e9eb09bacb86f1a86930b6cf5cafd41ce23462.tar.gz
pbs2-d9e9eb09bacb86f1a86930b6cf5cafd41ce23462.tar.xz
pbs2-d9e9eb09bacb86f1a86930b6cf5cafd41ce23462.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/FilterEntries.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/models/DbTable/FilterEntries.php b/application/models/DbTable/FilterEntries.php
index 309858d..af90bb4 100644
--- a/application/models/DbTable/FilterEntries.php
+++ b/application/models/DbTable/FilterEntries.php
@@ -4,7 +4,6 @@ class Application_Model_DbTable_FilterEntries extends Zend_Db_Table_Abstract
{
protected $_name = 'pbs_filterentries';
- protected $_primary = array('filterID','filtertypeID');
}