Index: trunk/admin/import/import.php =================================================================== diff -u -r91 -r155 --- trunk/admin/import/import.php (.../import.php) (revision 91) +++ trunk/admin/import/import.php (.../import.php) (revision 155) @@ -483,7 +483,11 @@ pushid($oldid,$newid); } $row->moveNext(); - } + } + // disable lost+found category + $tmp_cat = $objCatList->GetItemByField('Name','Lost+Found'); + $tmp_cat->Set('Status',0); + $tmp_cat->Update(); return $counter; }