News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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