8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
{
|
|
# Deprecate 'wwwpublic' special case, and migrate to i-bay 'Primary'
|
|
foreach my $domain ($DB->get_all_by_prop('Content' => 'wwwpublic'))
|
|
{
|
|
$domain->merge_props('Content' => 'Primary');
|
|
}
|
|
}
|