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: Bug in several Bridge files (usertbl_group_id muddled up with grouptbl_group_id)  (Read 4777 times)

0 Members and 1 Guest are viewing this topic.

Roi Danton

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 33
    • Tahun

in function get_groups($row):

wrong (currently):
Code: [Select]
$sql = "SELECT g.{$this->field['usertbl_group_id']}+100

correct:
Code: [Select]
$sql = "SELECT g.{$this->field['grouptbl_group_id']}
Logged
Style Tahun for cpg --> review
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.