diff options
| -rw-r--r-- | protected/views/standort/_standort.php | 2 |
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, |
