diff options
| author | michael pereira | 2011-03-06 12:59:40 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-06 12:59:40 +0100 |
| commit | d9e9eb09bacb86f1a86930b6cf5cafd41ce23462 (patch) | |
| tree | 90bfc6f6af190f7a7de40be9b100cc2b2a205c56 /application/models/DbTable | |
| parent | Tabelle Userconfig hinzugefuegt (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-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.php | 1 |
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'); } |
