Page 1 of 1

Coppermine: Show only new files in 'Batch upload files'.

Posted: Sat Aug 06, 2005 11:33 pm
by jasonb
In searchnew.php, look for the first:

Code: Select all

        return <<<EOT
and replace with:

Code: Select all

    if ($checked == 'checked') {
        return <<<EOT
Immediately after, look for:

Code: Select all

EOT;
and replace with:

Code: Select all

EOT;
}