diff options
author | Brion Vibber <brion@pobox.com> | 2010-02-26 12:33:50 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-02-26 12:33:50 -0800 |
commit | 9b366547d743b9c85455e02cae2f84a658a4baf2 (patch) | |
tree | 815817fdd6a88f9cac18de9f8be0544bb8df3a80 /scripts | |
parent | 517fd54b6515375b075a5d7253a8b66e53785baa (diff) | |
parent | 88ae7f53bb4470a899678d231cecb8cb963b2075 (diff) |
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
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); |