From d811bd84b4e9ed99455a2dc6267ea57398759300 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 7 Jul 2010 07:43:28 +0000 Subject: [PATCH] fixed incorrect comments, thanks Dongsheng --- files/externallib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/externallib.php b/files/externallib.php index e1a488e00f4..dff8b15ddac 100755 --- a/files/externallib.php +++ b/files/externallib.php @@ -100,7 +100,6 @@ throw new coding_exception('File browsing api function is not implemented yet, s $params = $child->get_params(); if ($child->is_directory()) { $node = array( - //TODO: this is wrong, you need to fetch info from the child node!!!! 'contextid' => $params['contextid'], 'component' => $params['component'], 'filearea' => $params['filearea'], @@ -113,7 +112,6 @@ throw new coding_exception('File browsing api function is not implemented yet, s $list[] = $node; } else { $node = array( - //TODO: this is wrong, you need to fetch info from the child node!!!! 'contextid' => $params['contextid'], 'component' => $params['component'], 'filearea' => $params['filearea'], -- 2.43.0