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:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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