From a58ffda73b47a0036d47dad94af117d439f58eed Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Wed, 31 Jan 2024 09:49:32 -0600 Subject: [PATCH] Code cleanup --- lsnimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsnimport.php b/lsnimport.php index 22c9e4f3..52c4fe5f 100644 --- a/lsnimport.php +++ b/lsnimport.php @@ -104,7 +104,7 @@ function read_lessons_file($dafile, $authoridarg, $visiblearg, $editablearg, $co $texttotype = ""; // Place each character of an exercise into $texttotype. for ($k = 0; $k < strlen($exercise); $k++) { - // TODO + // Need to check on this. // * If it is not a letter // * and if it is not a number // * compare against $allowed array.