Changeset 6141 for trunk/ARBDB/adTest.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/adTest.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adTest.c
r6080 r6141 201 201 GBDATA *gb_show_later = 0; 202 202 char *whatto_show_later = 0; 203 GB_BOOL showChild s= GB_TRUE;203 GB_BOOL showChildren = GB_TRUE; 204 204 205 205 if (father) { … … 241 241 242 242 if (!father && !key_name) { 243 key_name = "<unknown quark - element w/o father>";244 showChild s= GB_FALSE;243 key_name = "<unknown quark - element w/o father>"; 244 showChildren = GB_FALSE; 245 245 } 246 246 else { // test if we need a transaction … … 318 318 } 319 319 320 if (type==GB_DB && showChild s== GB_TRUE) {320 if (type==GB_DB && showChildren == GB_TRUE) { 321 321 GBCONTAINER *gbc = (GBCONTAINER*)gbd; 322 322 GBDATA *gbp;
