summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorSimon2011-03-04 18:33:19 +0100
committerSimon2011-03-04 18:33:19 +0100
commit2c3d9f3d53afedf153a28f1f0ac2c8c4957dcf51 (patch)
tree99e2391da8bedfcbda3122653c26144a8a439d92 /application/models/DbTable
parentFiltertypen in SQL hinzugefügt && notes (von notiz-zettel)n hinzugefügt (diff)
downloadpbs2-2c3d9f3d53afedf153a28f1f0ac2c8c4957dcf51.tar.gz
pbs2-2c3d9f3d53afedf153a28f1f0ac2c8c4957dcf51.tar.xz
pbs2-2c3d9f3d53afedf153a28f1f0ac2c8c4957dcf51.zip
Filters Übersicht, FilterEntries hinzufügen
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/FilterEntries.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/DbTable/FilterEntries.php b/application/models/DbTable/FilterEntries.php
index f0f976d..309858d 100644
--- a/application/models/DbTable/FilterEntries.php
+++ b/application/models/DbTable/FilterEntries.php
@@ -4,7 +4,7 @@ class Application_Model_DbTable_FilterEntries extends Zend_Db_Table_Abstract
{
protected $_name = 'pbs_filterentries';
-
+ protected $_primary = array('filterID','filtertypeID');
}