diff -ubBr --exclude=uploads --exclude=images --exclude=images_pcf --exclude=config.php --exclude=languages --exclude=settings.php Upload/moderation.php forum/moderation.php
--- Upload/moderation.php	2006-07-28 04:29:52.000000000 +0200
+++ forum/moderation.php	2006-08-11 12:51:10.000000000 +0200
@@ -506,17 +510,18 @@
 		{
 			nopermission();
 		}
+		/*
 		if(ismod($moveto, "canmanagethreads") != "yes")
 		{
 			nopermission();
-		}
-		/* Moderators should now be able to move threads to any forum
+		}*/
+		// KK: rem up i odrem down
+		/* Moderators should now be able to move threads to any forum*/
 		$newperms = forum_permissions($moveto);
 		if($newperms['canview'] == "no")
 		{
 			nopermission();
 		}
-		*/
 		$db->query("DELETE FROM ".TABLE_PREFIX."threads WHERE closed='moved|$tid' AND fid='$moveto'");
 		$query = $db->query("SELECT * FROM ".TABLE_PREFIX."forums WHERE fid='$moveto'");
 		$newforum = $db->fetch_array($query);
@@ -1154,10 +1190,14 @@
 		{
 			$q .= " OR tid='".intval($tid)."'";
 		}
+		//KK: zakomentowane, aby moderator mogl przenosic wszedzie:
+		/*
 		if(ismod($moveto, "canmanagethreads") != "yes")
 		{
 			nopermission();
 		}
+		*/
+		// KK^
 		$newperms = forum_permissions($moveto);
 		if($newperms['canview'] == "no")
 		{

