don't choke on dupelimit in createsim.php

This commit is contained in:
Evan Prodromou 2010-02-26 12:19:33 -05:00
parent b0a3105638
commit 200a32b922
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ function newSub($i)
function main($usercount, $noticeavg, $subsavg, $tagmax)
{
global $config;
$config['site']['dupelimit'] = -1;
$n = 1;
newUser(0);