diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6996790b9d..907b57aff7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-10-10 21:15 GMT -3 Luiz Rafael Culik + *source/rtl/dummy.prg + Removed __DBAPP() function + 2000-10-10 16:35 UTC-0400 David G. Holm * include/hbver.h % Bumped the revision code to "g" and the date to 2000-10-10 @@ -73,7 +77,6 @@ *contrib/rdd_ads/doc/en/adsfuncs.txt *small formating - 2000-10-07 22:16 GMT+3 Alexander Kresin * contrib/rdd_ads/ads1.c * Added methods adsEof() and adsBof() for fixing problem with relations, diff --git a/harbour/source/rtl/dummy.prg b/harbour/source/rtl/dummy.prg index bf19f87dd3..8ef3298d3e 100644 --- a/harbour/source/rtl/dummy.prg +++ b/harbour/source/rtl/dummy.prg @@ -58,7 +58,7 @@ FUNCTION dbOrderInfo() ; RETURN NIL FUNCTION MLCToPos() ; RETURN 0 FUNCTION MPosToLC() ; RETURN 0 -FUNCTION __dbApp() ; RETURN NIL +//FUNCTION __dbApp() ; RETURN NIL //FUNCTION __dbCopy() ; RETURN NIL FUNCTION __dbDelim() ; RETURN NIL FUNCTION __dbJoin() ; RETURN NIL