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.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/protected/views/standort/_standort.php b/protected/views/standort/_standort.php
index 2c8ef4c..1ba0d5b 100644
--- a/protected/views/standort/_standort.php
+++ b/protected/views/standort/_standort.php
@@ -1,5 +1,5 @@
<h6>Folgende Vereine finden sich <?php echo $data->name?></h6>
-<?php /*
+<?php
$dataProvider=new CActiveDataProvider('Verein', array(
'criteria'=>array(
'condition'=>'standort_id='.$data->id." and published = 1",
@@ -8,7 +8,7 @@ $dataProvider=new CActiveDataProvider('Verein', array(
'pageSize'=>20,
),
-));*/
+));/*
$this->widget('zii.widgets.CListView', array(
//'dataProvider'=>$dataProvider,
'dataProvider'=>Veranstaltung::model('Veranstaltung')->published()->thisYear()->parentStage($data->id)->sorted()->search(),
@@ -16,4 +16,6 @@ $this->widget('zii.widgets.CListView', array(
'sortableAttributes'=>array(
'name'
)
- ));?> \ No newline at end of file
+ ));
+ */
+ ?> \ No newline at end of file