Advanced search  

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

Pages: [1]   Go Down

Author Topic: Code Change Request - Coppermine Table Prefix limited to 10 characters  (Read 5227 times)

0 Members and 1 Guest are viewing this topic.

AutoWebMedia

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 11
    • AutoWebMedia.com

Replace:

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

Code: [Select]
    $row[] = $output->FormText('_prf', pnModGetVar('pnCPG', '_prf'),20,20);
Logged
PhilT
Pages: [1]   Go Up
 

Page created in 0.013 seconds with 19 queries.