fix comments

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4834 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-29 16:13:07 +00:00
parent f6566b4d54
commit daeff7e01b

View File

@ -28,11 +28,11 @@ define(`split', `gncEntry, Split, Split, e,
entryGUID, KEY, GUID *, xaccSplitGetGUID(ptr), entryGUID, KEY, GUID *, xaccSplitGetGUID(ptr),
') ')
/* note that for the date_entered, we use the sql database */ /* note that for the last_modified, we use the sql database */
/* notion of 'current time'. This should help prevent clock */ /* notion of 'current time'. This should help prevent clock */
/* skew problems between different simultaneous users */ /* skew problems between different simultaneous users */
/* Note also this means that the table entry is not */ /* Note also this means that the table entry is not */
/* date_entered, , Timespec, xaccTransRetDateEnteredTS(ptr), */ /* last_modified, , Timespec, xaccTransRetDateModifiedTS(ptr), */
/* as one might have guessed */ /* as one might have guessed */
define(`transaction', `gncTransaction, Transaction, Transaction, t, define(`transaction', `gncTransaction, Transaction, Transaction, t,