From: Friendika Date: Fri, 1 Jul 2011 06:23:50 +0000 (-0700) Subject: logic reversed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=086dc25dd1d3e4bb23444948a508aa0c8ee03dc5;p=friendica.git logic reversed --- diff --git a/mod/events.php b/mod/events.php index 879a667421..b0b54601fd 100644 --- a/mod/events.php +++ b/mod/events.php @@ -232,7 +232,7 @@ function events_content(&$a) { $o .= '
' . $d . '
'; $last_date = $d; $o .= format_event_html($rr); - $o .= (($rr['cid']) ? '' : ''); + $o .= ((! $rr['cid']) ? '' : ''); if($rr['plink']) $o .= '';