From a2daa3f5ccaf34702ce4a9acf3b39827dea97a2e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 27 Apr 2010 18:35:14 +0000 Subject: [PATCH] Add trailing / to regex to silence warning --- 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 aed3dd97c9..2c39d7c823 100644 --- a/calendar/inc/class.calendar_so.inc.php +++ b/calendar/inc/class.calendar_so.inc.php @@ -737,7 +737,7 @@ class calendar_so { if (substr($col,0,7) == 'egw_cal') // remove table name { - $col = preg_replace('/^egw_cal[a-z_]*\.','',$col); + $col = preg_replace('/^egw_cal[a-z_]*\./','',$col); } if (isset($app_cols[$col])) {