summaryrefslogtreecommitdiff
path: root/protected/views/standort/_standort.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/standort/_standort.php')
-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,