From b50f409669c027c7d5df267f86cace7d29817c17 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 10 Apr 2009 23:44:10 +1200 Subject: [PATCH] Formatting. --- inc/caldav-PUT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-PUT.php b/inc/caldav-PUT.php index 12e813a4..40f15f1d 100644 --- a/inc/caldav-PUT.php +++ b/inc/caldav-PUT.php @@ -23,7 +23,7 @@ if ( ! ini_get('open_basedir') && (isset($c->dbg['ALL']) || (isset($c->dbg['put' } include_once('caldav-PUT-functions.php'); -$is_collection = controlRequestContainer($request->username,$request->user_no, $request->path, true); +$is_collection = controlRequestContainer( $request->username, $request->user_no, $request->path, true); $lock_opener = $request->FailIfLocked();