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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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