mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix comments
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4834 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f6566b4d54
commit
daeff7e01b
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user