commit | 28932de01af7e73fd75fcf8fbea157142e4bebe4 | [log] [tgz] |
---|---|---|
author | droy <droy> | Mon May 04 17:32:16 2009 +0000 |
committer | droy <droy> | Mon May 04 17:32:16 2009 +0000 |
tree | 43c6221e7f845e37d0a04ed2fa24fbfe0c611507 | |
parent | b819819ab000c60ff36e987bca19bb9d5649e93d [diff] |
More debugging
diff --git a/classes/export/syncup.php b/classes/export/syncup.php index 4823559..addd2ef 100644 --- a/classes/export/syncup.php +++ b/classes/export/syncup.php
@@ -46,7 +46,7 @@ while ( ($string_row = mysql_fetch_assoc($untranslated_strings)) != null) { $count++; - if($count % 100 == 0) { + if($count % 10000 == 0) { echo "Processed " . $count . " strings (language_id=$language_id)... \n"; }