> Jakub probably already has better experience with this, since he > provided patches for php-master-web before. The code is in > php-master-web/manage/user-notes.php, and that should be extended to > offer an option to mass modify manual IDs (or sections are they are stored).
> UPDATE notes SET section = %newsection WHERE section = %oldsection > should be parameterized from the web interface (with appropriate table > and column names of course :). I will take care of this. Nuno, thanks for the script. It can be run locally and there will be only mass reassignment part on the server. My original idea was to have both parts on the server but it would be a bit harder as the list of IDs has to be readable on master.php.net somehow. Jakub Vrana