Index: trunk/src/inc/LogHandler.class.php
===================================================================
--- trunk/src/inc/LogHandler.class.php	(revision 7661)
+++ trunk/src/inc/LogHandler.class.php	(revision 7720)
@@ -88,8 +88,8 @@
 		}
 		if ($logno <= LOG_LEVEL_WRITE) {
-			// TODO: Write $errorString to file
+			// TODO: David: Write $errorString to file
 		}
 		if ($logno <= LOG_LEVEL_MAIL) {
-			// TODO: Mail $errorString to administrator
+			// TODO: David: Mail $errorString to administrator
 		}
 	}
