Ahasuerus - 2026-09-06
  • summary: Post-Python 3: mod/va_new.cgi checks is a Note exists --> Post-Python 3: mod/va_new.cgi checks if a Note exists
  • Description has changed:

Diff:

--- old
+++ new
@@ -1 +1 @@
-mod/va_new.cgi checks is a Note exists and, if so, updates it. However, this script always creates a NEW title record, so it can't have a pre-existing Note. We should remove this dead code since only adds complexity to the if-then-else tree.
+mod/va_new.cgi checks if a Note exists and, if so, updates it. However, this script always creates a NEW title record, so it can't have a pre-existing Note. We should remove this dead code since it only adds complexity to the if-then-else logic.