From b3751de936b859ed64dd5a42604e0c0fe2d74a5c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 26 Dec 2014 07:15:12 +0000 Subject: [PATCH] Allow the domain_uuid for flexibility but when null is set consider it a global default. --- core/users/app_config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index ebf51fec4f..1abe3746c4 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -231,7 +231,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -335,7 +334,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";