From e518388a1d754831c648d3f250f1910c30aa105c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 20 Dec 2010 20:04:35 +0000 Subject: [PATCH] 2010-12-20 21:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/sendmail.prg - Deleted debug line. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbtip/sendmail.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 617b48b6eb..8b095e8436 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-20 21:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbtip/sendmail.prg + - Deleted debug line. + 2010-12-20 21:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/sendmail.prg + HB_SENDMAIL() function changed to contain only communication logic, diff --git a/harbour/contrib/hbtip/sendmail.prg b/harbour/contrib/hbtip/sendmail.prg index 1e6179b353..5948313977 100644 --- a/harbour/contrib/hbtip/sendmail.prg +++ b/harbour/contrib/hbtip/sendmail.prg @@ -1,7 +1,7 @@ /* * $Id$ */ -#pragma linenumber=on + /* * Harbour Project source code: * hb_SendMail() (This version of hb_SendMail() started from Luiz's original work on SendMail())