Remove group cleanup check for AdSpace group.
This commit is contained in:
parent
13dd3f358c
commit
831664397d
1 changed files with 0 additions and 1 deletions
|
|
@ -1196,7 +1196,6 @@ sub resetGroupFields {
|
|||
}
|
||||
##VersionTags
|
||||
$tableCache->{assetVersionTag} = ['groupToUse'];
|
||||
$tableCache->{adSpace} = ['groupToPurchase'];
|
||||
foreach my $tableName (keys %{ $tableCache }) {
|
||||
foreach my $fieldName (@{ $tableCache->{$tableName} }) {
|
||||
my $sql = sprintf 'UPDATE %s SET %s=3 where %s=?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue