117) { try { $pdo->rollBack(); } catch (Exception $e) { // } $owner_uid = $_SESSION["uid"] ? $_SESSION["uid"] : null; $sth = $pdo->prepare("INSERT INTO ttrss_error_log (errno, errstr, filename, lineno, context, owner_uid, created_at) VALUES (?, ?, ?, ?, ?, ?, NOW())"); $sth->execute([$errno, $errstr, $file, $line, $context, $owner_uid]); return $sth->rowCount(); } return false; } }