Code Change Request - Coppermine Table Prefix limited to 10 characters Code Change Request - Coppermine Table Prefix limited to 10 characters
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Code Change Request - Coppermine Table Prefix limited to 10 characters

Started by AutoWebMedia, April 05, 2006, 12:09:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AutoWebMedia

Replace:

    $row[] = $output->FormText('_prf', pnModGetVar('pnCPG', '_prf'),10,10);

With:

    $row[] = $output->FormText('_prf', pnModGetVar('pnCPG', '_prf'),20,20);
PhilT