From fe0fd309712338240f3e38b1e3bfa1f760d25af5 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 12 Mar 2023 09:18:30 +0100 Subject: [PATCH] add fold marks --- inc/inc.Utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/inc.Utils.php b/inc/inc.Utils.php index f7d7f5026..3d10ee434 100644 --- a/inc/inc.Utils.php +++ b/inc/inc.Utils.php @@ -868,7 +868,7 @@ function seed_pass_verify($password, $hash) { /* {{{ */ return $hash == md5($password); } /* }}} */ -function resolveTask($task) { +function resolveTask($task) { /* {{{ */ global $dms, $user, $settings, $logger, $fulltextservice, $notifier, $conversionmgr; if(is_object($task)) @@ -879,7 +879,7 @@ function resolveTask($task) { } } return $task; -} +} /* }}} */ /** * Return nonce for CSP