2011-05-01 09:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbpgsql/tests/simple.prg
    ! typo
This commit is contained in:
Viktor Szakats
2011-05-01 07:38:43 +00:00
parent bf66b2429a
commit 55fa4140e4
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-01 09:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbpgsql/tests/simple.prg
! typo
2011-04-30 17:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbpparthandler.prg
* contrib/hbxbp/xbpprinter.prg
@@ -25,7 +29,7 @@
* contrib/hbxbp/xbpgeneric.prg
! Changed: the way event loop was being constructed and processed.
Now, no event is missed and is dealt with properly.
Not best of the ways but my experiments could not lead to
Not best of the ways but my experiments could not lead to
any better algorithm.
2011-04-30 16:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

View File

@@ -76,7 +76,7 @@ FUNCTION Main( cHost, cDatabase, cUser, cPass )
oQuery := oServer:Query( cQuery )
IF oQuery:neterr()
? oQuery:errorMeg()
? oQuery:errorMsg()
ENDIF
oQuery:destroy()