Index: noderelationships.inc =================================================================== --- noderelationships.inc (revision 479) +++ noderelationships.inc (working copy) @@ -413,7 +413,7 @@ $db_result = db_query("SELECT nfi.field_name, nfi.type_name, nf.global_settings FROM {". content_instance_tablename() ."} nfi INNER JOIN {". content_field_tablename() ."} nf ON nfi.field_name = nf.field_name - WHERE nf.type = 'nodereference' AND nf.active = 1 AND nf.locked = 0 + WHERE nf.type = 'nodereference' AND nf.active = 1 ORDER BY nfi.weight ASC, nfi.label ASC"); while ($instance = db_fetch_object($db_result)) {