From 66ea98f4c48eb8971aa987248f49deb11ad82f8b Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 18 Mar 2026 08:34:52 +0100 Subject: [PATCH] Fix description --- application/controllers/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Api.php b/application/controllers/Api.php index b084ddf47..b2664697f 100644 --- a/application/controllers/Api.php +++ b/application/controllers/Api.php @@ -728,7 +728,7 @@ class API extends CI_Controller { } - // API function to check if a grid is in the logbook already + // API function to get all worked grids for a band and confirmation method function logbook_get_worked_grids() { $arr = array(); header('Content-type: application/json');