diff options
author | Evan Prodromou <evan@status.net> | 2010-02-26 12:40:30 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-26 12:40:30 -0500 |
commit | 6781f95c733ed4d678fc4c09926efe195e590359 (patch) | |
tree | 5b9c8ea6e0a612a7bf05f5823878fce73bab2f7f /scripts | |
parent | d9d1a77bb02227e6e79392959643404391df2ea0 (diff) | |
parent | c188ae15d926948f1851472f412071329002f403 (diff) |
Merge branch 'blacklistplus' into testing
Conflicts:
EVENTS.txt
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/createsim.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/createsim.php b/scripts/createsim.php index 882d74456..e0b5fc906 100644 --- a/scripts/createsim.php +++ b/scripts/createsim.php @@ -119,6 +119,9 @@ function newSub($i) function main($usercount, $noticeavg, $subsavg, $tagmax) { + global $config; + $config['site']['dupelimit'] = -1; + $n = 1; newUser(0); |