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.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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