Index: trunk/admin/category/category_maint.php =================================================================== diff -u -r608 -r618 --- trunk/admin/category/category_maint.php (.../category_maint.php) (revision 608) +++ trunk/admin/category/category_maint.php (.../category_maint.php) (revision 618) @@ -92,7 +92,8 @@ $title = prompt_language("la_prompt_updating")." ".prompt_language("la_Text_Categories"); int_header(NULL,NULL,$title); flush(); - + + if(!isset($_GET['force'])) if($updater->totalCats > CACHE_PERM_CHUNK_SIZE) { $updater->setData(); Index: trunk/admin/import/import_funcs.php =================================================================== diff -u -r581 -r618 --- trunk/admin/import/import_funcs.php (.../import_funcs.php) (revision 581) +++ trunk/admin/import/import_funcs.php (.../import_funcs.php) (revision 618) @@ -122,7 +122,7 @@ // $NumCats = TableCount($objCatList->SourceTable,'',0); $dst_db->Execute('DROP TABLE IF EXISTS '.$ImportTable); $db->Close(); - echo ''; + echo ''; } } DumpStepsInfo($import_steps);