Revert "Adsfunc.c ADSCOPYTABLECONTENT adding 2nd optional param"

This reverts commit fda8c0b459.
This commit is contained in:
Jean Lefebvre (Mafact)
2013-05-16 16:57:09 +02:00
parent fda8c0b459
commit 41ba17d1c8

View File

@@ -2188,7 +2188,7 @@ HB_FUNC( ADSCOPYTABLECONTENTS )
if( pDest )
hb_retl( AdsCopyTableContents( pArea->hTable,
pDest->hTable,
( UNSIGNED16 ) hb_parnidef( 2, ADS_IGNOREFILTERS ) == AE_SUCCESS ) );
ADS_IGNOREFILTERS ) == AE_SUCCESS );
else
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, HB_ERR_FUNCNAME );
}