query($query); $count = $set->getNumRows(); // echo "Fixing ownership problems for $count users...

"; while($set->next()) { echo $set->getString('node_id')." :: ".$set->getString('node_name')."
"; $victims[] = $set->getString('node_id'); } // foreach($victims as $target) // { // $query = "update nodes set node_creator = '$target' where node_id = '$target'"; // $db->query($query); // echo "User_id $target ownership problem fixed.
"; // } // echo "

Fix script finished!
U has to believe that nothing has fucked up ;o)!
"; ?>