alecpl
2009-09-16 20e251599fa595102188bffb9fc5ffc4a1ca0166
- return true after abort from write_log hook


1 files modified
2 ■■■ changed files
program/include/main.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -1026,7 +1026,7 @@
    $line = $log['line'];
    $date = $log['date'];
    if ($log['abort'])
      return;
      return true;
  }
 
  $log_entry = sprintf("[%s]: %s\n", $date, $line);