3.0.3 NNTP Import Limit [message #166195] |
Mon, 10 October 2011 16:44 |
jm2morri
Messages: 225 Registered: January 2009 Location: Stratford, Ontario, Canad...
Karma: 0
|
Senior Member |
|
|
Hello,
I think there is a bug in the nntp.php import script of 3.0.3. I have the import limit set to 0 (i.e. no limit).
if (--$counter < $config->imp_limit) {
echo "\nDone. Forum and Usenet Group are in sync.\n";
} else {
echo "\nImport limit of ". $config->imp_limit ." posts reached. There are more messages to load.\n";
}
I continually got the message "Import limit of 0 posts reached. There are more messages to load.". By changing the if from "<" to "<=" I don't get that but rather the "In sync" message.
James.
|
|
|
|
|
|