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.