From 3bb6b401a111667bc22acd8f31221766b07fc024 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Mon, 19 Apr 2021 16:00:30 +0200 Subject: [PATCH] Fixed export-attachments.php typo Signed-off-by: Janos SUTO --- contrib/export-attachments/export-attachments.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) mode change 100644 => 100755 contrib/export-attachments/export-attachments.php diff --git a/contrib/export-attachments/export-attachments.php b/contrib/export-attachments/export-attachments.php old mode 100644 new mode 100755 index 74b2fbdb..0d67144e --- a/contrib/export-attachments/export-attachments.php +++ b/contrib/export-attachments/export-attachments.php @@ -1,6 +1,7 @@ +#!/usr/bin/php get_mapped_domains(); $last_id = $attachment->get_last_attachment_id(); $start_id = $attachment->get_checkpoint(); -syslog(LOG_INFO, "start: $start, limit: $limit"); +syslog(LOG_INFO, "start: $start_id, limit: $last_id"); for($i=$start_id; $i<$last_id; $i++) {