From 89073970d3cb8eeb7283e70babe66af0b0be9a83 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 15 Jan 2012 11:47:35 +0100 Subject: [PATCH] change comments in import.php --- apps/contacts/import.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/contacts/import.php b/apps/contacts/import.php index f145c9a8822..9008208db59 100644 --- a/apps/contacts/import.php +++ b/apps/contacts/import.php @@ -5,7 +5,7 @@ * later. * See the COPYING-README file. */ -//check for calendar rights or create new one +//check for addressbooks rights or create new one ob_start(); require_once ('../../lib/base.php'); OC_JSON::checkLoggedIn(); @@ -29,7 +29,7 @@ if($_POST['method'] == 'new'){ } $id = $_POST['id']; } -//analyse the calendar file +//analyse the contacts file if(is_writable('import_tmp/')){ $progressfopen = fopen($progressfile, 'w'); fwrite($progressfopen, '20'); @@ -57,7 +57,7 @@ foreach($filearr as $line){ } $i++; } -//import the calendar +//import the contacts if(is_writable('import_tmp/')){ $progressfopen = fopen($progressfile, 'w'); fwrite($progressfopen, '40'); -- 2.39.5