Changeset 7720 for trunk/src/inc/LogHandler.class.php
- Timestamp:
- Apr 12, 2010, 5:56:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/LogHandler.class.php
r7661 r7720 88 88 } 89 89 if ($logno <= LOG_LEVEL_WRITE) { 90 // TODO: Write $errorString to file90 // TODO: David: Write $errorString to file 91 91 } 92 92 if ($logno <= LOG_LEVEL_MAIL) { 93 // TODO: Mail $errorString to administrator93 // TODO: David: Mail $errorString to administrator 94 94 } 95 95 }
Note:
See TracChangeset
for help on using the changeset viewer.