[open-ils-commits] r14533 - branches/rel_1_4_0/Open-ILS/src/c-apps (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 21 11:47:06 EDT 2009
Author: erickson
Date: 2009-10-21 11:47:03 -0400 (Wed, 21 Oct 2009)
New Revision: 14533
Modified:
branches/rel_1_4_0/Open-ILS/src/c-apps/oils_cstore.c
Log:
rolling back 14518, cstore might_have change. thinko
Modified: branches/rel_1_4_0/Open-ILS/src/c-apps/oils_cstore.c
===================================================================
--- branches/rel_1_4_0/Open-ILS/src/c-apps/oils_cstore.c 2009-10-21 15:46:50 UTC (rev 14532)
+++ branches/rel_1_4_0/Open-ILS/src/c-apps/oils_cstore.c 2009-10-21 15:47:03 UTC (rev 14533)
@@ -2741,12 +2741,9 @@
value_field = osrfHashGet( fields, osrfHashGet(meta, "primarykey") );
}
- /* This causes 'might_have' fleshing to flesh the base object onto itself as
- * opposed to the linked object when fleshing a self-referential foreign key
if (!(strcmp( osrfHashGet(kid_link, "reltype"), "might_have" ))) { // might_have
value_field = osrfHashGet( fields, osrfHashGet(meta, "primarykey") );
}
- */
osrfStringArray* link_map = osrfHashGet( kid_link, "map" );
More information about the open-ils-commits
mailing list