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.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

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