Needed to change from
```
WSops.DeleteWeb = [SITES, false];
```
to
```
WSops.DeleteWeb = [SITES, true];
```
Comments: Fixed in 2014.01ALHA1
```
WSops.DeleteWeb = [SITES, false];
```
to
```
WSops.DeleteWeb = [SITES, true];
```
Comments: Fixed in 2014.01ALHA1