From 2eed0b9ddc2e67c97f016cdd36c2c76beea915c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Sun, 25 Oct 2009 18:20:00 +0000 Subject: [PATCH] Fix comment --- calendar/inc/class.calendar_so.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_so.inc.php b/calendar/inc/class.calendar_so.inc.php index 2963cff2a1..fcc07a1eb7 100644 --- a/calendar/inc/class.calendar_so.inc.php +++ b/calendar/inc/class.calendar_so.inc.php @@ -145,7 +145,7 @@ class calendar_so } else { - // We only what the parents to match + // We want only the parents to match $where['cal_uid'] = $ids; $where['cal_reference'] = 0; }