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())