Changeset 7842 for trunk/src/inc/LogHandler.class.php
- Timestamp:
- Apr 18, 2010, 10:56:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/LogHandler.class.php
r7803 r7842 118 118 if ($logno <= LOG_LEVEL_MAIL) { 119 119 global $config; 120 mail($config['mail'], 'Nodemap error', $errorString);120 @mail($config['mail'], 'Nodemap error', $errorString); 121 121 } 122 122 }
Note:
See TracChangeset
for help on using the changeset viewer.