Bug in several Bridge files (usertbl_group_id muddled up with grouptbl_group_id) Bug in several Bridge files (usertbl_group_id muddled up with grouptbl_group_id)
 

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

Bug in several Bridge files (usertbl_group_id muddled up with grouptbl_group_id)

Started by Roi Danton, November 24, 2005, 06:23:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Roi Danton

in function get_groups($row):

wrong (currently):

$sql = "SELECT g.{$this->field['usertbl_group_id']}+100


correct:

$sql = "SELECT g.{$this->field['grouptbl_group_id']}
Style Tahun for cpg --> review