Create a new PHP file in your gallery root and add this:
[code]<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader();
cpg_db_query("UPDATE {$CONFIG['TABLE_ALBUMS']} SET owner = category - ".FIRST_USER_CAT." WHERE category >...
[code]<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader();
cpg_db_query("UPDATE {$CONFIG['TABLE_ALBUMS']} SET owner = category - ".FIRST_USER_CAT." WHERE category >...