News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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