From a0226ac1e105d6cd3e97285d9329c77a3300ef8b Mon Sep 17 00:00:00 2001 From: Patrick Seeger Date: Fri, 21 Jun 2013 15:49:25 +0200 Subject: =?UTF-8?q?Nur=20ver=C3=B6ffentlichte=20Vereine=20werden=20am=20St?= =?UTF-8?q?andort=20angezeigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protected/views/standort/_standort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ array( - 'condition'=>'standort_id='.$data->id, + 'condition'=>'standort_id='.$data->id." and published = 1", ), 'pagination'=>array( 'pageSize'=>20, -- cgit v1.0-28-g1787