* src/engine/sql/PostgresBackend.c (pgendGetAllAccountKVP): use

xaccGroupForEachAccount rather than Deeply one.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4155 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
James LewisMoss 2001-05-10 16:14:13 +00:00
parent e4ae3e610a
commit c31188fbf4

View File

@ -366,7 +366,7 @@ pgendGetAllAccountKVP (PGBackend *be, AccountGroup *grp)
{
if (!grp) return;
xaccGroupForEachAccountDeeply (grp, restore_cb, be);
xaccGroupForEachAccount (grp, restore_cb, be, TRUE);
}
/* ============================================================= */