summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2013-06-21 15:49:25 +0200
committerPatrick Seeger <pseeger@ccwn.org>2013-06-21 15:49:25 +0200
commita0226ac1e105d6cd3e97285d9329c77a3300ef8b (patch)
tree5a402600a85c2b2db1057fa486b00645da86a155
parentfbe0d23207e221a994041cd8db14f1d2d5b4d340 (diff)
Nur veröffentlichte Vereine werden am Standort angezeigt
-rw-r--r--protected/views/standort/_standort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/standort/_standort.php b/protected/views/standort/_standort.php
index 9c12fbe..126417f 100644
--- a/protected/views/standort/_standort.php
+++ b/protected/views/standort/_standort.php
@@ -2,7 +2,7 @@
<?php
$dataProvider=new CActiveDataProvider('Verein', array(
'criteria'=>array(
- 'condition'=>'standort_id='.$data->id,
+ 'condition'=>'standort_id='.$data->id." and published = 1",
),
'pagination'=>array(
'pageSize'=>20,